Skip to content
Public Ticket #3452

Fonts customization

Conversation thread

PenciDesign replied

Staff Reply

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

tgb started the conversation

Conversation Start

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.

Want to join this conversation or access attachments? Sign in first.