Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • atticus Friend
    #143175

    Hello,
    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 page

    Can 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 Friend
    #312913

    Changes need to be made in mod_contact.php

    (I removed what I believed to be mistaken code I picked up)

    hanifahmed Friend
    #312915

    And 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 Friend
    #312916

    Hi 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 Friend
    #312917

    Have you taken a look at the HTML of the template in Template Manager?

    I’ll take another look just in case as well.

    atticus Friend
    #312918

    Thank you, this remove the line and moved it down a bit.

    hanifahmed Friend
    #312919

    I 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 Friend
    #312922

    Hi 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 Friend
    #312923

    atticus;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 Friend
    #312925

    Hi,
    I changed it to this
    <div style=”margin-top:50px;”><img src=”http://www.planandprepare.org/main/images/ContactForm.png” width=”268″ height=”70″ /></div>

    this works beautifully; have a look at the page

    atticus Friend
    #312926

    Thanks for your help.

Viewing 11 posts - 1 through 11 (of 11 total)

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