Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2843237
Removing category header on category pages
Closed

Comments

  • lukeacarpenter started the conversation

    Hi,

    Sorry to hassle again. Though I cannot find a way to remove category header on category pages. Is this possible? Attached screenshot and link to same page

    Thanks again, Luke

  •  2,492
    PenciDesign replied

    Hi,

    You can hide this element by adding the following custom CSS code:

    body.category .archive-box {
        display: none;
    }

    Regards,
    PenciDesign.


  • lukeacarpenter replied

    Thank you, Luke