Customizing the Contact Page

Discussion in 'Infoway WordPress Theme' started by kerihn, Apr 4, 2013.

  1. kerihn

    kerihn New Member

    Joined:
    Mar 23, 2013
    Messages:
    4
    Likes Received:
    0
    How can I customize the contact page so that:
    1. I can add text above the "Name", "Email", and "Comments" field?
    2. I can hide the "search", "categories", and "archives" sections on the right side of the page?
    3. I can change the text in the bar at the top , that says "Contact Me" to something else? Or does that field stay the same as what the page is named?

    Here is my website for reference if needed:
    http://www.denanakahashi.com/contact-me/
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue
    Go to template-contact.php present in your theme directory and follow the instruction as shown in image given below

    [​IMG]

    2.For your second issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .sidebar {
    display: none;
    }

    3.It is not possible to change its text it shows the same text that the page is named.
     

Share This Page