Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #313558
    Hendrik Möbus
    Participant

    Hello,

    I want to hide the “Category: Title”-heading on category pages, but I don’t seem to find the option in the Customize-menu. Can you help me out, please? Much appreciated.

    #313565
    tikaram
    Keymaster

    @fascimedia : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css.

    .archive .custom-header-content-wrapper .section-title {
      display: none;
    }

    let me know if this helps you out.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hiding Category titles’ is closed to new replies.