Home Forums WoodMart support forum link in footer

link in footer

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #699670

    serviziweb
    Participant

    Hi, I would like to change the link color in my widget. On the site, I have set the link color to black. But in the footer, I would like to set it to white. Is this possible? How can I do it?

    #699867

    Hello,

    Please share the screenshot of those links along with your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards,

    #700047

    serviziweb
    Participant

    Off course

    Attachments:
    You must be logged in to view attached files.
    #700115

    Hello,

    Try to add this CSS to Theme Settings > Custom CSS > Global CSS.

    footer.wd-footer.footer-container div.wd-widget.widget_nav_menu ul.menu li a
     {
        color: #fff !important;
    }

    Best Regards,

    #700123

    serviziweb
    Participant

    Thank you very much. And what if I wanted to do the same for the copyright as well?
    Also, what if I wanted to change the color?

    #700212

    Hello,

    To change the color of the copyright in the footer bottom, please copy and paste the below given CSS code to Theme Settings > Custom CSS > Global CSS.

    .wd-footer .wd-copyrights.copyrights-wrapper .wd-col-start.reset-last-child
     {
        color: #fff !important;
    }

    And you can change the color codes in the provided codes as per your requirements: https://www.color-hex.com/

    Best Regards,

    #700976

    serviziweb
    Participant

    I pasted this CSS, but the link is still black.

    #700979

    Hello,

    Your issue has been resolved. Navigate to Theme Settings > Footer > change the color in the Copyright text area code.

    Best Regards,

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