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 #3170547
Title
Closed

Comments

  •  1
    Paxos started the conversation

    How do I make the titles all big?

  •  2,610
    PenciDesign replied

    Hi,

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

    .home-featured-cat-content .magcat-detail h3 a {
        text-transform: uppercase;
    }

    Regards,
    PenciDesign.