Hi.
I am assuming that it is possible to use Custom CSS to specify a hyperlink color to use in a custom widget area, but I don’t know how to do it.
The custom widget area is called “Areas Serviced”, and I want to change the color of the hyperlink from the one specified in the Theme General Styling, to black (#000000).
The hover color can remain as is.
I have supplied the WordPress login credentials in Private Content.
Regards
Iain
Hi Iain,
Please try the following in Quick CSS under Enfold->General Styling:
#custom_html-2 a {
color: #000 !important;
}
Best regards,
Rikard
Hi Rickard.
That worked, but it also changed the hover color to black too.
I would prefer to keep the hover color as #e02828
Regards
Iain
Never mind.
I added this and it works:
#custom_html-2 a:hover {
color: #e02828 !important;
}
Regards
Iain
Hi,
Great, I’m glad that you found a solution, and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi Rickard.
Yes, you can close this topic.
Regards
Iain