Enlarge font size in body text, font size bullet points is larger than body text

Hello,

I am trying to enlarge the font of the body text, so that it has the same font size as the bullet points. Why is the font size for the bullet points bigger than the body text?

The URL is: https://www.pinserver.com/pin-projectserver/loesungen/anlagen-und-maschinenbau/

Thanks for your help!

Hi @itecs,

The font size of your body text and the bullet points is different because you have added custom CSS added that is changing the font-size of your body content (see screenshot)

image

Please find and remove both CSS rules to have the uniform font size on the page. Let us know how this goes!

Hi Nabeel,

I removed the CSS rules but the difference in font size is still the same - I would like all the text to be the same size as the bullet points.

URL: https://www.pinserver.com/pin-projectserver/loesungen/anlagen-und-maschinenbau/

Regards,

Hello @itecs,

Please go to Appearance > Customize > Additional CSS and remove this custom CSS:

p{
    font-size: 16px;
}
body {
    line-height: 1.8;
    font-size: 16px;
}

Please only set the font sizes in X > Theme Option > Typography option.

Hope this helps.

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