• Hello, I want to remove the page titles in the grey from all my pages. They were not there before and today I went on my site and all of a sudden they’re there. I can’t seem to remove them even though i went to “edits” and disables page title display. How come they all of a sudden appeared?

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

Viewing 1 replies (of 1 total)
  • Hello @savasanabeautybar !!
    First of all, enter the customizer (located in Dashboard> Appearance> Customize) and see if there is an option that provides the theme to deactivate the page titles. Also check if when entering page editing, there is no option that you are overlooking.
    If you didn’t find anything, try putting this code in Appearance> Customize> Add CSS, it should solve your problem.

    header.page-header.hidden-page-header {
         display: none;
    }

    Let me know if this has been helpful to you.
    Regards!!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.