Shop Categories

X

Hover color for links in footer

Home Forums Agama Pro Hover color for links in footer

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25998
    tomwalter
    Participant

    The footer section has an option for “Icons Hover Color” but I would need also a different color for the links hover in my footer. Could you give me a custom CSS snippet to add to my page?
    Might be also good to add this option in the future to the theme …
    Thanks to much!!!

    #26004
    Zex
    Moderator

    Hello, tomwalter!

    Insert the following CSS code into Customizing->General->Additional CSS:

    #colophon .site-info a:hover{
        color:black!important;
    }

    Change the color code per your needs.

    Regards

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