badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Disable appearance of page titles on pages

Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #4444
    pMCs
    Participant

    How do I keep the page titles from displaying in large heading type on every page. For example. I’d like for my home page to not say “Home” at the top.

    #4457
    Sanjip Shah
    Participant

    @pMCs Please provide link to your pages where you want this. We will look into it and provide the custom css.

    #4469
    pMCs
    Participant

    Just the home page: http://www.farmconewyork.com/
    I don’t want to disable the visibility on the rest of the pages, just the home page.
    Thank you.

    #4479
    basv
    Participant

    Im having the exact same question/issue, would it be possible to share the part of the css so we can copy paste it in on the right spot?

    #4515
    Sanjip Shah
    Participant

    @pMCs @basv In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes. If you can to hide only in home page
    .home .content .entry-title { display: none; }
    If you want to hide in every page
    .page .content .entry-title { display: none; }
    Try this out.

    #4517
    pMCs
    Participant

    Thanks for the help, but neither of those worked for me.

    #4563
    Sanjip Shah
    Participant

    @pMCs I checked your site and it looks you are now using other theme.

    #5021
    josmac101
    Participant

    I would like to do this as well. Am running Clean Retina. See http://akous.com. Tried the CSS snippet above with no luck. Any help welcome. Thanks/Joseph

    #5028
    Rabin Shrestha
    Participant

    Hi josmac101,

    Try this
    If you can to hide only in home page

    .home #content .entry-title { display: none; }

    If you want to hide in every page
    .page #content .entry-title { display: none; }

    Rabin

    #5040
    josmac101
    Participant

    Perfect! This worked exactly as expected.

    #21511
    JuliaKellogg
    Participant

    I have some pages (thank you pages and redirects) I’d like the title hidden in too. I’m using Clean Retina as well but neither of these worked for me.

    .page #content .entry-title { display: none; }
    .home #content .entry-title { display: none; }

    One page I want the title hidden on is called “Testimonial Submission”.

    Thanks for your help!

    #21522

    Hi JuliaKellogg,

    please create a new topic because other Clients also get notified which is unwanted for them. While Posting in new topic Please send your Site Url too.

    Thank you!

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.