Tagged: change colour, link, text
Hi chaps,
On my site I’ve got some links in a paragraph format which are underlined and when hovered over, the text changes colour according to those set in enfold>general styling. If I add a link with h4 formatting, the colour does not change when hovered over but remains underlined.
I’ve added a custom css class (h4_link) to the text element containing the link and played around with some commands in quick css but no luck (tried !important). No doubt there is a simple coding solution but my knowledge on this is limited. Would it be possible to keep the text colour #5c5c5c by default and #88e0e2 when hovered over?
I’ve left you the credentials to the site if you need to take a look at what I’ve done.
Thanks in advance!
James
Hi James,
Please try the following in Quick CSS under Enfold->General Styling:
.h4_link h4 a:hover {
color:#88e0e2 !important;
}
Best regards,
Rikard
Hi Rikard,
Works a treat, thanks a lot!
James