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 #3810047
Category title and text size
Closed

Comments

  •  4
    ISOLE-GRECHE started the conversation

    I would like the Categories title to be the same as the Articles title, including the same spacing from the body text, text size, and font type.

    1. Articles: https://prnt.sc/CAfI2BBk5-J1

    2. Category (now): https://prnt.sc/KZu6-PZeUIGc

  •  2,789
    PenciDesign replied

    Hi,

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

    .penci-archive__content .penci-page-title {
      font-size: 32px;
      line-height: 1.2;
      padding-top: 5px;
    }
    

    Regards,
    PenciDesign.