(Squarespace) Header social icon hover color

To change Header social icon hover color on hover, you can use this code to Website > Website Tools > Custom CSS.

header#header a.icon:hover svg {
    fill: #000;
}

image

2 Likes