By Walter Smith on Saturday, 24 November 2018
Posted in General
Replies 5
Likes 0
Views 439
Votes 0
I would like to get rid of the gradient for the side bar buttons and just make them solid colors with a border. How can I do this? Thanks!
May i know which kind of button you referring to?

Is it possible for you provide us some of the screenshot or page URL so we can better have a look?
·
Saturday, 24 November 2018 11:33
·
0 Likes
·
0 Votes
·
0 Comments
·
It would be all the buttons on the sidebar. See image. This would include "New Page", "New Group", "New Album", "New Poll"
·
Sunday, 25 November 2018 00:25
·
0 Likes
·
0 Votes
·
0 Comments
·
You can change this styling from your site backend > Easysocial > setting > layout > styling , hope this will help.
·
Sunday, 25 November 2018 11:32
·
0 Likes
·
0 Votes
·
0 Comments
·
That does not work... It keeps them gradient. Is there a custom CSS I can use?
·
Sunday, 25 November 2018 11:50
·
0 Likes
·
0 Votes
·
0 Comments
·
You can try this.


body #es .es-sidebar .btn-es-primary,
body #es .btn-es-primary:hover,
body #es .btn-es-primary:active,
body #es .btn-es-primary:focus {
background-color: #FFA500 !important;
}
·
Sunday, 25 November 2018 12:01
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post