How to hide page titles

This topic is empty.

Viewing 1 reply thread
  • Author
    Posts
    • #2071


      Paul Taylor
      Guest

      Hello:

      In wordpress, elementor settings there is a slide bar to hide page titles. I slid it to do so but it did not work. Elementor advises that “Elementor lets you hide the page title. This works for themes that have “h1.entry-title” selector. If your theme’s selector is different, please enter it above.”

      So I have looked through the Krystal Lawyer edit theme pages and do not see where there is a “selector”

      How do I hide page titles? Where is the selector and how do I change it?

      Thank you.

    • #2073


      Spiracle Themes
      Guest

      Hi Paul,

      Use the CSS below

      .page-title {
      display: none;
      }

      Copy and paste it in Appearance -> Customize -> Additional CSS

      Best Regards

Viewing 1 reply thread

Reply To: How to hide page titles

Your information: