Hi,
I have Prestige theme and I’m looking to change the hover color to #f58cc5
This is the header link I want changed from Blue to pink.
Please share your store URL.
Hi, Welcome to shopify Community.
Please share your store URL and if your store is password protected then please share password also.
Thank you.
HI! Here is URL: https://amandauprichard.com
You can add this to the bottom of your theme.css.liquid file:
a:hover {
color: #f58cc5;
}
Please add below code in bottom of assets/theme.scss
a:hover {
color: #e83e8c !important;
}