• Resolved Nako Nikolov

    (@nako-nikolov)


    Hi everyone. I need to hide the page titles. I already checked for the same problem in the support forum and I found few questions like mine. In some of them I saw the idea to add
    .entry-title{
    display:none;
    }
    as a custom css at the bottom of the page and so I did. I thought that the problem was solved, but once I checked my site from other PC and I was very surprised to see the title on every single page BUT the last one I made. So the problem now is that when I’m logged in my wordpress account the titles are hidden. But when I’m not the titles are there except for the last created page. Any ideas what can I do to hide those titles?

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Would you please provide the link of your site and remove the added CSS code for some while. I will try to help you by giving the other CSS code, that may help you more easier.

    Thanks ??

    Theme Author nobita

    (@nobita)

    Hi Nako Nikolov

    Custom CSS at post edit page is a style that is applied to only the post.

    If, when you were confirmed by another PC, When the post title is listed, it is because the cache is present.

    If you are using a ZenCache plug-in, please clear the cache.

    If you want you to hide all posts title,

    dashboard / customize / Advanced / Sitewide CSS

    .entry-title {
    ???? display: none;
    }

    Save

    It maybe hide all entry title.

    It works for me.

    Thank you.

    Thread Starter Nako Nikolov

    (@nako-nikolov)

    Thank you Nobita it worked out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I want to hide page titles’ is closed to new replies.