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 #1885572
Where can I change category colors in PennNews theme?
Closed

Comments

  • oodlesofsnails started the conversation

    Where can I adjust the color and background color of the "category" labels that show up on blog pages, as shown in the image enclosed?

  •  501
    Penci replied

    Hi,

    Please go to Customize > Addtional CSS then add custom code to do that:

    .penci-block_38 .penci-cat-links a,
    .penci-archive .penci-archive__content .penci-cat-links a {
        background: #000;
        color:#fff;
    }

    You can chage background color and color to any color you want.

    Best Regards,

    PenciDesign