Home Forums Pro Themes Business Center Pro Hide Page Titles

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #86441
    Victoria Green
    Participant

    How do I hide the page titles on my subpages?

    https://www.greenluxdigital.com/free-seo-analysis/

    #86448
    wensolutions
    Keymaster

    Hello @vsgreen829,

    Actually, there is no separate class for the subpage so to make the title disappear in the subpage you need to target the page id and hide the title.

    For example:

    To remove the title from the “Yelp Review Management”, add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .page-id-60 h1.entry-title {
        display: none;
    }

    You will find the page id in the URL by going to the single page edit screen.
    Screenshot:

    https://prnt.sc/lqe12a

    Hope this helps.

    Regards!!

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