Forum Replies Created
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, 4 months ago by
Nayeem Riddhi.
Can you share your site link please?
Hello Segedy,
I have downloaded several files from your site. And completed downloading them without any stalling. Maybe there, user internet issue. Nothing problem with your site.
Thanks.
-
This reply was modified 6 years, 4 months ago by
Nayeem Riddhi.
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.
Can you share your site link?