Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #42129
    Cybersnaby
    Participant

    Hi
    I want to remove the page title on the homepage only – but keep on the other static pages. Ideally by custom css.
    I know you can remove it by leaving the ‘title’ section blank, but as this is the home page, will this have a negative effect on SEO etc?
    Thanks!

    #42171
    Sakin
    Keymaster

    @Cybersnaby: For this I actually need your site URL and check in. So, send me your site URL. You can try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    .home .entry-title { display: none; }

    #42287
    Cybersnaby
    Participant

    That has worked perfectly – unfortunately, the titles from my slider on the homepage have also been stripped.
    Can I remove the main title while keeping the titles on the slider?

    #42298
    Sakin
    Keymaster

    @Cybersnaby: Then replace previous css I gave you with the following css.
    .home .primary .entry-title { display: none; }

    #42314
    Cybersnaby
    Participant

    Hi – with that code, all titles are back, including the one I want not to show…

    #42317
    Sakin
    Keymaster

    @Cybersnaby: Post in your site URL and then I will be able to check in details.

    #42318
    Cybersnaby
    Participant

    Hi – new build is not live as rebuilding existing site.

    #42319
    Sakin
    Keymaster

    @Cybersnaby: then we have to trial. Let’s try the following css then.
    .home #primary .entry-title { display: none; }

    #42320
    Cybersnaby
    Participant

    YES! That’s done it. Thank you so much as ever for your help Sakin. We love your themes and your support is excellent!

    #42322
    Sakin
    Keymaster

    @Cybersnaby: Nice 🙂 Thanks for your appreciation

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove page title on homepage only’ is closed to new replies.