Venera Posted October 7, 2023 Posted October 7, 2023 Hi guys, does anyone know how I can change the color of the text of one category, for example "originals on paper" on the store page? I couldn't find anything similar on the forum, please help https://www.veneramor.com/store
Solution Lesum Posted October 7, 2023 Solution Posted October 7, 2023 @Venera You can add this code snippet within the Custom CSS panel: li.nested-category-breadcrumb-list-item:last-child a { color: 'color-code' !important; } Replace 'color-code' in the code with your desired color. If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
Venera Posted October 7, 2023 Author Posted October 7, 2023 33 minutes ago, Lesum said: @Venera You can add this code snippet within the Custom CSS panel: li.nested-category-breadcrumb-list-item:last-child a { color: 'color-code' !important; } Replace 'color-code' in the code with your desired color. Unfortunately it didn't work, I used "red" or "#FF0000" and it didn't work, the font "originals on paper" remains black..
Lesum Posted October 7, 2023 Posted October 7, 2023 @Venera It should have worked. Color code shouldn't be inside a quote. It should be like this: li.nested-category-breadcrumb-list-item:last-child a { color: #FF0000 !important; } Venera 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
Venera Posted October 7, 2023 Author Posted October 7, 2023 1 hour ago, Lesum said: @Venera It should have worked. Color code shouldn't be inside a quote. It should be like this: li.nested-category-breadcrumb-list-item:last-child a { color: #FF0000 !important; } Sorry, my bad. It works perfect! 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