Font Size to big, how can it be changed?

in Download Manager Free

Viewing 3 posts - 1 through 3 (of 3 total)
Nov 27, 2019 at 1:01 pm
#115541
Participant
Felix Thormann
OP

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

Nov 28, 2019 at 1:01 pm
#115624
Member
Abdus Sattar
Staff

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

Dec 9, 2019 at 2:18 pm
#116418
Moderator
Nayeem Riddhi
Staff

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 6 years, 3 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.