When i select different Title in my article back office ,the sizes of the font is always changing regarding the title selected . Could you please provide me a css or a trick to have all of them with a size of 16 in bold so it can't affect the structure of the website ?
Hi Penci
When i select different Title in my article back office ,the sizes of the font is always changing regarding the title selected . Could you please provide me a css or a trick to have all of them with a size of 16 in bold so it can't affect the structure of the website ?
Thank you
Hi,
Can you show me a screenshot for the titles you said? Is it on a layout?
Best Regards,
PenciDesign
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