(Squarespace) How to disable hover effect on footer social icons

To disable hover effect on Footer Social Icons, you can use this code to Custom CSS.

footer.sections a.sqs-svg-icon--wrapper:hover {
    opacity: 1 !important;
}

1 Like