Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #101959
    Nathan
    Participant

    First, really like this theme and all I can do with it!

    However, it would be great if it was possible to turn off page titles or not display them. I figured out to not display it on my home page with:

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

    However, I haven’t figured it out for other pages. Suggestions? I’d paste my URL, but the site is still a work in process.

    It would be nice to be able to this on a page by page basis at creation. Any chance a toggle can be added to the theme in the next update?

    #101975
    Mahesh
    Participant

    @travww: For turning off page title on other pages (pages only), go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .page #content #main .page .entry-header {
        display: none;
    }

    Regards,
    Mahesh

    #102169
    Nathan
    Participant

    Works perfectly. Thank you!

    #102191
    Mahesh
    Participant

    @travww: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Turn Off Page Titles’ is closed to new replies.