I'd like to know where on the theme setting do I touch to make further adjustments of typography, such as font weight, line weight, padding, letter spacing, different heading fonts applied for H1, H2,...
I own 3 blogs now with the other two using another theme doing it with no problems. They have a typical typography that allow me to do that.
We just can help you change font-size, font weight, line weight, padding, letter spacing for heading titles inside posts. Please add more this code to Customize > Custom CSS to do that:
Howdy,
I'd like to know where on the theme setting do I touch to make further adjustments of typography, such as font weight, line weight, padding, letter spacing, different heading fonts applied for H1, H2,...
I own 3 blogs now with the other two using another theme doing it with no problems. They have a typical typography that allow me to do that.
thanks,
Hi,
We just can help you change font-size, font weight, line weight, padding, letter spacing for heading titles inside posts. Please add more this code to Customize > Custom CSS to do that:
Change values like: bold, 1.4, 2px and font-size value to any value you want for each heading titles.
Best Regards,
PenciDesign
Sorry for missing title & paragraph font format, please provide me with those two code possible,
thanks,
Just place here to save:
.post-entry h1, .wpb_text_column h1{ font-weight: 400; line-height: 1.1; letter-spacing: -2px; font-size: 28px; }
.post-entry h2, .wpb_text_column h2{ font-weight: 400; line-height: 1.1; letter-spacing: -2px; font-size: 26px; }
.post-entry h3, .wpb_text_column h3{ font-weight: 400; line-height: 1.1; letter-spacing: -2px; font-size: 24px; }
.post-entry h4, .wpb_text_column h4{ font-weight: 400; line-height: 1.1; letter-spacing: -1px; font-size: 22px; }
.post-entry h5, .wpb_text_column h5{ font-weight: bold; line-height: 1.1; letter-spacing: -1px; font-size: 18px; }
.post-entry h6, .wpb_text_column h6{ font-weight: bold; line-height: 1.1; letter-spacing: 0px; font-size: 16px; }
Hi,
For posts title, please use this code:
For posts title, please use this code:
Best Regards,
PenciDesign