Home › Forums › Basel support forum › WordPress 5/0 & WPbakery Page Builder › Reply To: WordPress 5/0 & WPbakery Page Builder
December 7, 2018 at 8:21 am
#94511
Elise Noromit
Member
Hello,
In order to change the color of the button, navigate to the Theme Settings > Styles and colors > Primary colors or add this custom CSS to the Theme Settings > Custom CSS > Global:
body .return-to-shop .button {
border-color: red;
background-color:red;
}
Replace the “red” with the colors as per your needs.
Best Regards