Okay
  Public Ticket #1602548
Issue hiding title section
Closed

Comments

  • Janna started the conversation

    I have tried to used the toggle button to hide the title on the page, but it does not seem to be working. I have tried in the child and then went back to the main theme and it doesn't work there either. I have tried to turn off any plugins that are not related to the theme and that didn't seem to matter either. 

    I do not want that section on any of my pages, but there is no way to turn it off globally. Looking for some assistance. 

  •  1,626
    Andrey replied

    Hello, Dear Janna!

    To hide this area, please click WP Dashboard => Appearance => Customize => Additional CSS and insert here this code:

    .cs.gradient {    
        display: none;
    }
    

    Then save changes and check result at front-end.

    Best Regards!

  • Janna replied

    Thank you so much! That worked perfectly!

  •  1,626
    Andrey replied

    We are glad to hear that.

    Best Regards!