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 #2809841
Category results - modifications
Closed

Comments

  • evereth started the conversation

    Hi there,

    Me menu is builbed in way, where the top menu level is the category button. After clicking there are results with posts from choosen category.

    Please look at the screenshot (red underline) - is there possibility to hide or modify (e.g. background image on this heading,, diferent color [not only "biznes"] ? Where could I change this options?

    Best Wishes 

    Kamil

  •  2,494
    PenciDesign replied

    Hi,

    You can change the color of your site by going to Appearance → Customize → General → Colors → Accent Color.

    For advance customize, you can paste the following custom CSS to Appearance → Customize → Custom CSS:

    .archive-box,
    .archive-box h1 {
        color: #000; /* heading & category name color */
    } .archive-box {
        background-color: #f1f1f1; /* background color of heading */
    }

    Regards,
    PenciDesign.

  • evereth replied

    Thank you, works fine!