PenciDesign replied
Hi,
Do you mean about change the heading titles size inside posts content? If right, please check options for it via Customize > Single Post Options
For change colors for heading titles, please add more this code to Customize > Custom CSS code:
.post-entry h1, .wpb_text_column h1,
.post-entry h2, .wpb_text_column h2,
.post-entry h3, .wpb_text_column h3,
.post-entry h4, .wpb_text_column h4,
.post-entry h5, .wpb_text_column h5,
.post-entry h6, .wpb_text_column h6{ color: #ff0000; }
Change color code ff0000 above to any color code as you want. You can get a color code here
Best Regards,
PenciDesign