Can you provide me with some quick css so the underline is removed from the links on this page and when you hover over the 2 phone numbers or email address, the hover color is #018db Thanks!
Hey djshortkut,
Please try the following in Quick CSS under Enfold–>General Styling:
.post-entry-4839 a:hover {
text-decoration:none !important;
}
Thanks,
Rikard
Thanks Rikard! You can close this thread.