Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15497
    Bruno
    Member

    Hi
    My site is http://www.pricesoptions.com/

    I’ve looked through instructions & FAQs and would like to know how
    1. I remove the “Home” page title on the Home page (not the one on the navigation)
    2. How can I replace the search bar on header’s top right hand with a contact us button or social media button?
    3. Also how can i remove the footer of my posts that refers to where the post is located and tags?

    Grateful for any help your can provide thanks
    Irene

    #15510
    Sakin
    Keymaster

    1. You can hide homepage title by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .home .entry-header { display: none; }

    2. How can I replace the search bar on header’s top right hand with a contact us button or social media button?
    — You can simply add widget in your header right sidebar.

    3. Also how can i remove the footer of my posts that refers to where the post is located and tags?
    — You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    footer.entry-meta { display: none; }

    #15533
    Bruno
    Member

    Hi Sakin
    Great – thank you. 1. and 3. work smoothly. I intalled a html adder plug in and that seems to work but just wanted to know if there is a way I can enlarge the font of Contact Us? pls see http://www.pricesoptions.com/

    #15535
    Sakin
    Keymaster

    Hi Bruno,

    You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #sidebar-header-right .hjawidget { font-size: 18px; }

    Regards,
    Sakin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Customising home page & right hand header’ is closed to new replies.