I have used custom CSS to change the hover colour of text on the site - however I would like to use a different colour for the copyright bar (see attachment). Please advise.
I currently have the following:
a:hover { color: #ba7bd1 !important; }
But would like to change hover colour for *just* the copyright bar.
I have used custom CSS to change the hover colour of text on the site - however I would like to use a different colour for the copyright bar (see attachment). Please advise.
I currently have the following:
a:hover {
color: #ba7bd1 !important;
}
But would like to change hover colour for *just* the copyright bar.
Hi,
You can try with custom css
Best Regards,
PenciDesign
Solved - thanks!