• Resolved ak

    (@akafridealz)


    Hello

    I am trying to change the colour of the font/links in my footer.
    The links are currently blue, but I would like them to be black.

    I am using the Suffice theme and none of the CSS code advice out there I’ve tried so far was successful. Can anyone help?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ak

    (@akafridealz)

    ?? I finally found one that worked for me:

    .site-footer a {
    color: #000000!important;
    }

    Hello akafridealz,

    You can make the color of footer link black with the help of custom css. Please follow the below css-

    .footer-menu li a {
    color: black !important;
    }
    

    Kind Regards,

    Manoj

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change colour of footer links’ is closed to new replies.