• Resolved rstonestreet

    (@rstonestreet)


    Hi!

    I am so glad cele exists. Thanks for making it.

    I’m using elementor, and want to be able to use the “hide title” function. (My workaround is to have no titles for my pages, which makes things difficult.)

    It says if it’s not working, to replace the default title selector <h1.entry-title> with your theme’s title selector. I haven’t been able to find this.

    What is the “page title selector” in the cele theme?

    thanks!

    • This topic was modified 5 years, 6 months ago by rstonestreet.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Cele!

    You can use this selector with Elementor to target page titles in Cele:

    .page .post-header

    Or enter this CSS into the Additional CSS section in the Customizer to hide them:

    .page .post-header {
      display: none;
    }
    Thread Starter rstonestreet

    (@rstonestreet)

    THANK YOU!!!!

    Worked like a charm.

    (I did the first option.)

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome!

    Don’t hesitate to contact me here if you need anything else, and I’ll be happy to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘title selector in cele’ is closed to new replies.