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 #3112176
Text spacing in Featured boxes
Closed

Comments

  •  2
    Fjura started the conversation

    Hello,


    may I ask, is it possible to make the letter specing in the text of Featured boxes on the HP bigger? Please see image attached.

  •  2,488
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Homepage → Font Size: change the font size at the "Font Size for Text on Featured Boxes" option field.

    Regards,
    PenciDesign.


  •  2
    Fjura replied

    Thank you, but I dont want to change the Font size, I need to change the font spacing to make it wider. Is it possible?

  •  2,488
    PenciDesign replied

    Hi,

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

    ul.homepage-featured-boxes .penci-fea-in h4 > span {
      letter-spacing: 1px;
    }

    Change 1px with the spacing you want to show.

    Regards,
    PenciDesign.



  •  2
    Fjura replied

    awesome, thank you!