Change Login Color Nectar Template - Question | JoomShaper

Change Login Color Nectar Template

Alison

Alison

Template 8 months ago

Hi

How do I change the Sign In button background color in the header of the Nectar template?

It seems to have picked up the hover color from my color presets in the template editor, but it has not changed the primary color of the button.

I want the button to be #0074ae and then on hover I want #98c6e0

Image https://i.postimg.cc/Z5LHY1ys/sign-in.jpg

Thanks Alison

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 8 months ago #184725

Hi

Thanks for contacting us. You can use this CSS in your custom.css file

#sp-header .sp-module .sp-sign-in {
    background-color: #0074ae !important;
}

#sp-header .sp-module .sp-sign-in:hover, #sp-header .sp-module .sp-sign-in:focus{
    background-color: #98c6e0 !important;
}

-Regards.

0
Alison
Alison
Accepted Answer
8 months ago #184730

Perfect, thank you

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 8 months ago #184731

You are always welcome.

0