Font Issues with headlines

My fonts on many websites are messed up. Seems to be headlines only. Wrong sizes and I can’t change the size now. What happened? Please help fix this asap. Cache cleared, all updates done, etc

It seems to be page specific. https://loadbearingpros.com . The home page headline fonts are broken, but this page is fine. https://loadbearingpros.com/questions/


Hello @caez,

Thanks for writing in! I have inspected those two pages and I found out that in your homepage, you have this custom CSS code:

.x-main .entry-content.content h2 {
font-size: 35px !important;
margin-top: 15px !important;
margin-bottom: 20px !important;
}
.x-main .entry-content.content h3,h4,h5 {
	font-size: 30px !important;
	 margin-top: 10px !important;
   margin-bottom: 15px !important;
}
.x-main .entry-content.content p {
    margin-bottom: 15px !important;
}

You have added this code in Appearance > Customize > Additional CSS. Try to remove this code and check your Heading font sizes again.

Kindly let us know how it goes.

Thank you so very much! That fixed everything. :sweat_smile:

Hello @caez,

Glad that we were able to help you. Please feel free to open a new thread if you have any more concerns.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.