How do I Change Button Colors Throughout The Website? I Want To Adjust Color In Styles. - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

How do I Change Button Colors Throughout The Website? I Want To Adjust Color In Styles.

D

digitalmaster

Template 4 years ago

I'm using SPPro and the Wimble Template. I don't like the default pink buttons and want to change them. I don't see a way to change it in the template.

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #10152

Hi there!

Thanks for your query!

Screenshots would be better to undersand though, you can change the button style by editing the button itself as follows:

https://prnt.sc/10jw1cz

And if you want to change the gradient color of the default style of button, then you can use the following code in your custom CSS:

:root {
    --gradient: linear-gradient(95.55deg, #1a16ff 4.25%, #45ff2f 93.67%);
}

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Hope this will serve your perpose!

Best Regards

0