Font Size to big

Viewing 3 posts - 1 through 3 (of 3 total)
#115537

Felix Thormann
Participant

Hello everyone

maybe you can help me, recently the font size of my files is far too large, how can I reduce the font size?

We always insert the files via shortcode and I guess the standard template is used.

Bild

Thank you very much for your help

#115677

Abdus Sattar
Member

you can do that simply using css. please give me an url where you trying to suggest your proper css.

#116409

Nayeem Riddhi
Moderator

If you are using the default settings, you have to just override the h3 CSS style. From your site maybe. it is overriding the plugin h3 style. you can just decrease the font size from your WordPress dashboard Appearance>Theme Editor>style.css
putting this code,

.w3eden .card h3 {
   font-size: 14pt !important;   
}

it will back to you plugin default h3 style.
Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Font Size to big’ is closed to new replies.