Nayeem Riddhi

Forum Replies Created

Viewing 2 posts - 20,376 through 20,377 (of 20,377 total)
Dec 9, 2019 at 1:19 pm
#116409
Moderator
Nayeem Riddhi
Staff OP

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.

Dec 9, 2019 at 12:15 pm
#116406
Moderator
Nayeem Riddhi
Staff OP

Can you share your site link?

Viewing 2 posts - 20,376 through 20,377 (of 20,377 total)