Site logo

Archived topic

Body font size is small

9 replies · Started by David on March 26, 2020

Viewing posts 1–10 of 10

Body font size is smaller on TuneTechDowntown.com than on WaynesTransmissions.com but the font body sizes show the same. Tune Tech is too small. Tried to change the body font size but it doesn't change. Please advise!

Hi there,

They are both using 17px as far as I can tell.

Is there a specific part you are referring to so I can make sure we are indeed looking at the body font?

Let me know :)

I can see the problem you have pointed to in the code. I can inspect it and uncheck it and the problem is fixed. I'm not sure what the problem is and how it got there.

I don't do code. I can see and edit the style.css file but I don't see the problem in CSS.

If I could change the 14px to 17px it might fix the problem.

I'm stuck! Any suggestions?

Thanks

Hi there,

add this CSS to your site:

body {
    font-size: 17px !important;
}

This will stop then Carousel CSS from overriding it.

Thanks David for getting back to me. Should I add it to the GeneratePress Stylesheet or would you recommend adding it with the Simple CSS plugin?

Thanks for the great support. I really appreciate it. You were fast and very helpful. I'll give you a review tomorrow.

Thank you! We appreciate it :)

This archived topic is closed to new replies.