Comments sonorita started the conversationJune 4, 2018 at 5:08pmHello,I'd like to know how to do 2 things:1. Change the color and font of the H2 and H3 headings2. Change the color and font of the page titlesThank you! 2,700PenciDesign repliedJune 5, 2018 at 3:48amHi,1 & 2/ This theme supports you can change font for all your heading titles via Customize > General Options > Font for Heading TitlesTo change color for h2 & h3 on single post pages, please add more this code to Customize >Custom CSS: .post-entry h2, .post-entry h3, .wpb_text_column h2, .wpb_text_column h3{ color: #ff0000; }Change colour code ff0000 to any color code you want. You can get a color code hereTo change the color for page titles, please add more this code to Customize > Custom CSS: .penci-page-header h1{ color: #ff0000 } Change colour code ff0000 to any color code you want.Best Regards,PenciDesign Sign in to reply ...
Hello,
I'd like to know how to do 2 things:
1. Change the color and font of the H2 and H3 headings
2. Change the color and font of the page titles
Thank you!
Hi,
1 & 2/ This theme supports you can change font for all your heading titles via Customize > General Options > Font for Heading Titles
To change color for h2 & h3 on single post pages, please add more this code to Customize >Custom CSS:
Change colour code ff0000 to any color code you want. You can get a color code here
To change the color for page titles, please add more this code to Customize > Custom CSS:
Change colour code ff0000 to any color code you want.
Best Regards,
PenciDesign