Home Forums WoodMart support forum HOW TO CHANGE COLOR LINK IN FOOTER / HTML BLOCKS

HOW TO CHANGE COLOR LINK IN FOOTER / HTML BLOCKS

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #273649

    Trincamp
    Participant

    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.
    #273715

    Hello,

    Please provide your site admin access to the private area.

    I will give you custom CSS.

    Best Regards

    #273788

    Trincamp
    Participant

    Hello,

    Please see attached

    #273936

    Hello,

    Please check the credentials I cannot log in.

    Best Regards

    #274001

    Trincamp
    Participant

    Please try again, it’s works

    #274093

    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

Viewing 6 posts - 1 through 6 (of 6 total)