Change Button Style Globally - Question | JoomShaper

Change Button Style Globally

S

SirStevo

Template 3 years ago

Hi There,

I have the Wimble template and need to find out how to change the style of the buttons globally. Can this only be done by changing the CSS or is there somewhere in the template that will allow for this?

Thanks, Steven

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #2795

Hello SirStevo

There is no global options. You need to use Custom CSS. By using sppb-btn class should work for most of the buttons.

.sppb-btn{
/*apply your style*/
}

Best regards

0