• Resolved denisebaer

    (@denisebaer)


    Hello,

    I’m trying to hide the titles on the pages using CSS Code, but so far none of them have worked. I tried the below:

    .entry-title {
    display: none;
    }
    h1.entry-title {
    display: none;
    }
    .page-header h1.hestia-title {
        display: none !important;
    }

    Please let me know if I need a combination of CSS Code.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author A WP Life

    (@awordpresslife)

    Hi,

    first of all thanks for using our theme. we are glad.
    can you please tell us which title you want to hide?

    for hiding site title you can use below CSS
    .site-title{
    display:none;
    }

    I hope it will helpful for you.
    if you need any other help then please let us know. We are always here for your help.

    Thanks
    Have A Great Day

    Thread Starter denisebaer

    (@denisebaer)

    I don’t want to hide the site title, I want to hide the menu titles that show up on the pages. I don’t want About showing other than in the menu.

    Thanks,
    Denise

    Theme Author A WP Life

    (@awordpresslife)

    Hi,

    I think you want to hide the Page-Title/Breadcrumb.
    Simply go to Medihealth Options > General > then disable breadcrumb settings.
    Here is a Link Please check it.
    I hope it will be helpful for you.

    If it’s not helpful then please share a screenshot for more details about your issue.
    So we can understand and resolve your query as soon as possible.

    Thanks

    Thread Starter denisebaer

    (@denisebaer)

    Ah, that did it! Thank you.

    Theme Author A WP Life

    (@awordpresslife)

    Hi,

    That’s Great.

    If you need any other help then please let us know. we are always here for your help.

    Also, if you like our theme and support then please don’t forget to rate us.
    Here is a link: Rate Us

    It will be really appreciated and make our day special ??

    Thanks
    Have A Great Day

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide Page Titles’ is closed to new replies.