PenciDesign replied
Hi,
Your codes is not correct, please use this code and replace with your current custom css code if you want to change font size for each heading title:
\
.post-entry h1, .wpb_text_column h1{ font-size: 18px; }\
.post-entry h2, .wpb_text_column h2{ font-size: 18px; }\
.post-entry h3, .wpb_text_column h3{ font-size: 18px; }\
.post-entry h4, .wpb_text_column h4{ font-size: 18px; }\
.post-entry h5, .wpb_text_column h5{ font-size: 18px; }\
.post-entry h6, .wpb_text_column h6{ font-size: 18px; }
Best Regards,
PenciDesign