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 #3013102
Bold category name
Closed

Comments

  • Nello270 started the conversation

    Hi; is it possible to bold the font I use for category names, as they appear above the title of each blog on the home page? 

    Thanks :)

  •  2,491
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .header-standard .cat a.penci-cat-name {
      font-weight: bold;
    }

    Regards,
    PenciDesign.



  • Nello270 replied

    That worked thank you :)