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 #3961113
Text above featured boxes
Open

Comments

  •  1
    tim-nieuwpoort started the conversation

    Hi, 

    Is it possible to put a text here: https://prnt.sc/cMptNheyh1H4

    (e.g: 'favorite categories')

  •  2,817
    PenciDesign replied

    Hi,

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

    .home-featured-boxes ul.homepage-featured-boxes:before {
      content: 'This is a heading text';
      display: block;
      text-align: center;
      margin: 0 0 30px;
      font-size: 22px;
      line-height: 1.2;
      font-family: var(--pchead-font);
      font-weight: var(--pchead-wei);
    }
    

    Regards,
    PenciDesign.