• Resolved rodario

    (@rodario)


    Hello

    I’d like to hide the titles of Blog/Archive/Category pages if possible, but couldn’t find the option to do so.

    In the case of the linked page, it would be the title “HIKES” that I’d like to hide.

    Of course, the space it used to take up should also vanish.

    If that’s possible, I’d be grateful for a pointer on how to do it.

    Thanks and all the best

    PS: Centering the title would be suitable alternative.

    • This topic was modified 3 years, 1 month ago by rodario.

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

Viewing 1 replies (of 1 total)
  • Hello @rodario!

    Hiding those pages title can be done by inserting the code below in the Additional CSS section within the Customizer.

    .archive .nv-page-title {
        display: none !important;
    }

    Have a good day!

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Titles of Blog/Archive pages’ is closed to new replies.