
06-23-2020, 08:32 AM
|
 |
Junior Member
|
|
Join Date: Jun 2020
Posts: 1
|
|
Back To Catalog Link CSS
Hi
I am currently designing my store locally prior to release. I've added a custom CCS and set grid text hover color, but I can't seem to locate a script to change the 'Product Details / Back To Catalog' link hover color.
Any help would be gratefully received.
Update
If anyone else is looking for a solution, add the following code to your store CSS...
/*Breadcrumb on Hover*/
.ec-size .ec-store .ec-link--muted:hover {
color:#Your Color Hex;
}
Last edited by Vectorbox; 07-07-2020 at 11:57 AM.
Reason: Update
|