Font Size to big, how can it be changed?

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

Felix Thormann
Participant

Hello everyone,

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

Screenshot of Downloads

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

Thank you very much for your help

Felix

#115624

Abdus Sattar
Member

hi
Please send temporary wp-admin login info in private reply to check the issue.
thanks

#116418

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.

  • This reply was modified 4 years, 5 months ago by Nayeem Riddhi.
Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Font Size to big, how can it be changed?’ is closed to new replies.