Hi There,
I'm using a css override file, to future proof any personalisation changes I've been making since putting your great SCLogin extension in place on my site.
However, whilst I have pretty much where I want it - the actual Login button hover colour is doing my nut in and whatever changes I make in the css override, doesn't seem to be effective and I'm probably missing something obvious.
If you go to:
Here...
and you will note the login button to the left, don't click it just hover over it and you will see a green colour behind the hover, I want this a different colour and in keeping with my sites corporate branding colours.
The code I'm currently using / playing with is as follows;
.sourcecoast .btn {
border: 0;
background-image: none;
background-color: #002f65;
padding: 16px 22px;
}
.sourcecoast .btn-primary {
background-color: #08A9CC
}
.sourcecoast .btn-primary:hover {
background-color: rgba(0,47,101,0.6)
}
I'm hoping you can help me end this nightmare, so I can move on to the whole JFBConnect setting up and personalising, which I feel is going to be an even bigger learning curve and biatch
Regards,