Talisa Posted August 26, 2021 Posted August 26, 2021 Site URL: http://talisabaptiste.com/printsandmore Hi! I am trying to change the color of my category navigation titles in my shop. I am trying to use a custom code to change the color of the font and the hyperlink color when I hover over the link. Any help would be greatly appreciated, thank you!
iamdavehart Posted August 26, 2021 Posted August 26, 2021 add this to your custom css (in the main design menu), change the colours as you want using named colours or hex codes. a.nested-category-breadcrumb-link { color: red !important; } a.nested-category-breadcrumb-link:hover { color: #0000ff !important; } Dave Hart. Software/Technology Consultant living in London. buymeacoffee
Talisa Posted January 25, 2022 Author Posted January 25, 2022 On 8/26/2021 at 11:30 AM, iamdavehart said: add this to your custom css (in the main design menu), change the colours as you want using named colours or hex codes. a.nested-category-breadcrumb-link { color: red !important; } a.nested-category-breadcrumb-link:hover { color: #0000ff !important; } Thank you so much!!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment