How can I change the hover color for all links on my pages?

Hi im trying to change all the links on my page to have the hover colour: #E9FFD2

password:
I cannot see a setting in themes

1 Like

hello @lesbrons

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-index a:hover {
    color: #E9FFD2 !important;
}
2 Likes

@lesbrons

Please add the following code at the bottom of your stylesheet.css file.

.template-index a:hover {
    color: #E9FFD2 !important;
}

Hope this works.

Thanks!

1 Like

forgot to add in password: sandwich

this code didnt work :disappointed_face:

this still did not work :disappointed_face:

never mind, im an idiot and entered it into the wrong file, lol, THANK YOU!!!

1 Like