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 #3786862
H1, H2, H2... in UPPERCASE
Closed

Comments

  •  2
    luciadad started the conversation

    Is it possible to configure whether each title (H1, H2, H3, etc.) should be displayed in UPPERCASE or lowercase?

  •  2,701
    PenciDesign replied

    Hi,

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

    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6 {
      text-transform: uppercase
    }

    Regards,
    PenciDesign.

  •  2
    luciadad replied

    Done. Issue solved, thank you!