• Resolved karshacacia

    (@karshacacia)


    I have been using CSS code to manage the footer of my website with some great results, however I can not figure out how to change the color of the links inside the footer, as shown below:

    I would like to use CSS code to change the color of the link items in the footer.

    Any help will be much appreciated!

    Many thanks in advance.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Admin –> Customizer –> Additional CSS –>

    #footer-sidebar .footer-column .widget a {
    color: green;
    font-weight: normal;
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    }
    Thread Starter karshacacia

    (@karshacacia)

    Thanks @corrinarusso !

    Worked without hassle!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.