Nayeem Riddhi

Forum Replies Created

Viewing 5 posts - 19,326 through 19,330 (of 19,330 total)
in reply to: Font Size to big, how can it be changed? #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 5 years, 7 months ago by Nayeem Riddhi.
in reply to: Change in the UI in the 3.0.5 version #116412

Nayeem Riddhi
Moderator

Can you share your site link please?

in reply to: Downloads Stalling and Failing to Complete #116410

Nayeem Riddhi
Moderator

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 5 years, 7 months ago by Nayeem Riddhi.
in reply to: Font Size to big #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.

in reply to: Downloads Stalling and Failing to Complete #116406

Nayeem Riddhi
Moderator

Can you share your site link?

Viewing 5 posts - 19,326 through 19,330 (of 19,330 total)