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
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
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;
}
Please add the following code at the bottom of your stylesheet.css file.
.template-index a:hover {
color: #E9FFD2 !important;
}
Hope this works.
Thanks!
forgot to add in password: sandwich
this code didnt work ![]()
this still did not work ![]()
never mind, im an idiot and entered it into the wrong file, lol, THANK YOU!!!