By Karen Laksamana on Wednesday, 24 January 2018
Posted in Technical Issues
Likes 0
Views 794
Votes 0
Where are the background-image and background-color css settings for buttons being controlled in EasySocial? The color is set in the configuration, but even when I have rules in my custom.css to override the background color and image, they are not being applied. You can see in my screenshot they are being overridden by the default settings. How can I make my custom.css rules apply? The default styles don't match my design.

I put my styles in both of these locations and neither one will override the defaults:
public_html/templates/rt_xenon/html/css/custom.css
public_html/templates/rt_xenon/custom/scss/custom.scss

Hi Bruce,

You can use the body selector to override those existing rules.

For example:

body #es .btn-es-primary {};
·
Wednesday, 24 January 2018 11:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks, that did the trick
·
Thursday, 25 January 2018 04:48
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome Bruce and glad to know it works.

Regards.
·
Thursday, 25 January 2018 10:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post