HOW TO CHANGE COLOR LINK IN FOOTER / HTML BLOCKS
-
Hello,
I just created my footer with the “html blocks” section, but I am not satisfied with the color offered when I add a link. The links turn gray when I want them to stay black and turn gray on hover. You can see this in the photo attached (left and right column are with link, middle column without link).
Can you explain to me how to change that ?
Thank you
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide your site admin access to the private area.
I will give you custom CSS.
Best Regards
Hello,
Please see attached
Hello,
Please check the credentials I cannot log in.
Best Regards
Please try again, it’s works
Hello,
I do not see green on hover in the footer, please clear the cache.
You add this code to the Theme Settings > Custom CSS > Global:
footer.color-scheme-dark .widget a:hover,
footer.color-scheme-dark .woodmart-widget a:hover,
footer.color-scheme-dark div[class^=vc_wp] a:hover {
color: red;
}
Set the color as per your needs.
Best Regards