By Antonio Simmons on Sunday, 23 March 2014
Posted in General Issues
Replies 3
Likes 0
Views 788
Votes 0
I tried to change the color of my toggle sidebar button and I was only able to change the text color, does anyone have the code to change the button color?
These are the codes that you would want to add into your template's css file,


body #sp-component div#fd.es .btn-es-inverse,
body #sp-component div#fd.es .btn-es-inverse:focus {
background-color: #797979 !important;
border-color: #585858 !important;
color: #FFFFFF !important;
}


Change the background, and color accordingly.
·
Sunday, 23 March 2014 14:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Great thank you Mark:)
·
Sunday, 23 March 2014 15:24
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Sunday, 23 March 2014 15:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post