By Leon Hart on Monday, 04 July 2016
Posted in General
Likes 0
Views 260
Votes 0
Please see the below css

div#fd.eb .mod-btn-primary:hover, div#fd.eb .mod-btn-primary:focus, div#fd.eb .mod-btn-primary:active, div#fd.eb .mod-btn-primary.active, .open .dropdown-toggle_div#fd.eb .mod-btn-primary

I am unable to change the button co,lors on the NICKEL theme as the buttons are coded as important. I dont mind canging the css in the style sheet however if you update the stylesheet in the future then changes that I make will dissapear.

http://www.polarchoice.com/en/blog

If you click the login button its blue I need to change its style
Hello Leon,

Your css selectors, needs to be more specific. Assuming that you want it to be the same color as the hover,

·
Tuesday, 05 July 2016 03:20
·
0 Likes
·
0 Votes
·
0 Comments
·
I had some time today to lookin to this and I have fixed it

div#fd.eb .mod-btn-primary:hover, div#fd.eb .mod-btn-primary:focus, div#fd.eb .mod-btn-primary:active, div#fd.eb .mod-btn-primary.active, .open .dropdown-toggle_div#fd.eb .mod-btn-primary {
color: #ff0000!important;
background-color: #fff!important;
border: 2px solid #ff0000!important;
text-decoration: underline!important;
}

div#fd.eb .mod-btn-primary {
border-radius: 0px !important;
border: 2px solid #ffffff!important;
background-color: #ff0000!important;
}
·
Wednesday, 13 July 2016 22:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Wednesday, 13 July 2016 23:59
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post