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 #1631903
Fonts customization
Closed

Comments

  • tgb started the conversation

    Hi, I can't find the option to modify color and font size of h1, h2, h3 and links on my soledad theme.

    I tried CSS customization such as

    h1, .h1 {

    color : blue

    }

    But it is not working.

    Thanks for your help.


  •  2,699
    PenciDesign replied

    Hi,

    Please use this code to Customize > Custom CSS to do that:

    .post-entry h1, .wpb_text_column h1{ color: blue;  }
    .post-entry h2, .wpb_text_column h2{ color: blue;  }
    .post-entry h3, .wpb_text_column h3{ color: blue;  }
    .post-entry h4, .wpb_text_column h4{ color: blue;  }
    .post-entry h5, .wpb_text_column h5{ color: blue;  }
    .post-entry h6, .wpb_text_column h6{ color: blue;  }
    

    Best Regards,

    PenciDesign