• Resolved CAM

    (@caitlinmccartan)


    Though I am able to set the link color in the Footer Customizer, there doesn’t seem to be an option to change the hover color on links in the footer. Is there a way to do this through CSS instead? Or am I missing something in the settings? thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • lopenmetvermogen

    (@lopenmetvermogen)

    Edit: Footer > Footer Menu > Style > Hover colour

    rodicaelena

    (@rodicaelena)

    Hi there,

    If you still need help here, please let me know.

    Regards,

    Rodica

    Thread Starter CAM

    (@caitlinmccartan)

    I do still need help. When I go to Appearance > Customize > Footer, there is no option for hover color in the Style panel, or anywhere in this Footer section. I can change text color, but not hover color. Any ideas here?

    Hi,

    Indeed, there is no option for that, but this can be easily done through CSS (depending on the exact element you have there, there might be changes required to the code).

    You can add this in Appearance > Customize > Additional CSS:

    #site-footer a:hover {
    color:red !important;
    }

    Regards,

    Rodica

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