-
AuthorPosts
-
atticus Friend
atticus
- Join date:
- April 2009
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 17
- Thanked:
- 4 times in 1 posts
August 2, 2009 at 5:11 pm #143175Hello,
I am trying to remove the text Contact Form and the line below the text.
I would like to replace the text Contact Form with an image so there is a continuity among the pages.
This is the contact pageCan someone help me to find the css for the contact page or the file in which I can accomplish the above task.
Thank You.
hanifahmed Friendhanifahmed
- Join date:
- August 2008
- Posts:
- 576
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 67
- Thanked:
- 141 times in 110 posts
August 2, 2009 at 5:35 pm #312913Changes need to be made in mod_contact.php
(I removed what I believed to be mistaken code I picked up)
hanifahmed Friendhanifahmed
- Join date:
- August 2008
- Posts:
- 576
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 67
- Thanked:
- 141 times in 110 posts
August 2, 2009 at 5:46 pm #312915And in case you want to move it down a bit
template.css line 702:
h1.componentheading, .componentheading {
border-bottom:1px solid #6B3C27;
font-size:200%;
margin:60px 0 15px;
padding:0 0 10px;atticus Friendatticus
- Join date:
- April 2009
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 17
- Thanked:
- 4 times in 1 posts
August 2, 2009 at 5:56 pm #312916Hi Hanifahmed,
Thank you for your reply.Would you know what file I should be looking for?
I can’t find any file with that code.hanifahmed Friendhanifahmed
- Join date:
- August 2008
- Posts:
- 576
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 67
- Thanked:
- 141 times in 110 posts
August 2, 2009 at 5:57 pm #312917Have you taken a look at the HTML of the template in Template Manager?
I’ll take another look just in case as well.
atticus Friendatticus
- Join date:
- April 2009
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 17
- Thanked:
- 4 times in 1 posts
August 2, 2009 at 6:01 pm #312918Thank you, this remove the line and moved it down a bit.
hanifahmed Friendhanifahmed
- Join date:
- August 2008
- Posts:
- 576
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 67
- Thanked:
- 141 times in 110 posts
August 2, 2009 at 6:05 pm #312919I used the wrong code before I think (so I removed it above), I believe you need to open com_contact using an FTP/Back End Extension and open up one of the files in there, possibly controller.php.
atticus Friendatticus
- Join date:
- April 2009
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 17
- Thanked:
- 4 times in 1 posts
August 2, 2009 at 6:31 pm #312922Hi Hanifahmed,
I found this code in the Views/Contact/tmpl<div class=”componentheading<?php echo $this->escape($this->params->get(‘pageclass_sfx’)); ?>”>
<?php echo $this->params->get( ‘page_title’ ); ?>
</div>What was the code you had in the first post. I am not php savvy so I want to see an example.
I did backup the file.hanifahmed Friendhanifahmed
- Join date:
- August 2008
- Posts:
- 576
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 67
- Thanked:
- 141 times in 110 posts
August 2, 2009 at 6:51 pm #312923atticus;139050Hi Hanifahmed,
I found this code in the Views/Contact/tmpl<div class=”componentheading<?php echo $this->escape($this->params->get(‘pageclass_sfx’)); ?>”>
<?php echo $this->params->get( ‘page_title’ ); ?>
</div>What was the code you had in the first post. I am not php savvy so I want to see an example.
I did backup the file.Well it was meant to be:
<div class="componentheading"
<img src="image.jpg" alt="image" />
</div>
But looks like you nailed it on your page!
atticus Friendatticus
- Join date:
- April 2009
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 17
- Thanked:
- 4 times in 1 posts
-
AuthorPosts
This topic contains 11 replies, has 2 voices, and was last updated by atticus 15 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum