Comments tgb started the conversationJuly 5, 2018 at 11:22amHi, 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 ash1, .h1 {color : blue}But it is not working.Thanks for your help. 2,700PenciDesign repliedJuly 6, 2018 at 3:02amHi,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 Sign in to reply ...
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.
Hi,
Please use this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign