Hey,
Im using the Prestige theme with some slight customisation.
It would be really helpful if anyone could advise on how to change the colour of the footer icons shown below.
The website is Sazy.com
Hey,
Im using the Prestige theme with some slight customisation.
It would be really helpful if anyone could advise on how to change the colour of the footer icons shown below.
The website is Sazy.com
Hello @PeterB2
Go to Online Store, then Theme, and select Edit Code.
Search for assets/custom.css Add the provided code at the end of the file.
.ulller svg.icon path {
fill: red;
}
Hey,
That worked, thank you for the help!
Hello @PeterB2
You’re very welcome! I’m thrilled to hear that you’re pleased with the outcome. Don’t hesitate to reach out if you need further assistance.
like and accepting the All solution. Thank you!