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 #1912105
font color
Closed

Comments

  • bella1004 started the conversation

    1st question

    How can I change font color for some words in text box? Please see the attached file. I want to change color for the part of  Our mission.

    2nd question

    How can I change adjust word line spacing? my page, each line is too tight. I want to make 1.5 spacing or double spacing. 




  •  2,699
    PenciDesign replied

    Hi,

    1/ Please check this image

    2/ Can you show me URL for this issue and a screenshot for more detail about this issue.


    Best Regards,

    PenciDesign

  •   bella1004 replied privately
  •  2,699
    PenciDesign replied

    Hi,

    You can add more this code to Customize > Custom CSS to change it:

    .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6, 
    .wpb_text_column h3, .wpb_text_column h4, .wpb_text_column h5, .wpb_text_column h6{ line-height: 1.6; }
    

    Change value 1.6 to any value as you want. Example:  1.7 or 1.5 or 1.8


    Best Regards,

    PenciDesign

  • bella1004 replied

    Works ! Thank you.