cinnamoncat Posted September 4 Share Posted September 4 (edited) Hello, 1) How can I bold the product category breadcrumb on hover? I would like it to behave like the main navigation menu. 2) How can I bold the active item's name? URL: https://rhombus-coconut-gfrg.squarespace.com/ PW: bunny Edited September 4 by cinnamoncat Pressing Enter published the post instead of letting me enter a paragraph break Link to comment
Ziggy Posted September 4 Share Posted September 4 Try this Custom CSS: .products.collection-content-wrapper .nested-category-breadcrumb-list-item .nested-category-breadcrumb-link a:hover { font-weight:600; } What do you mean by active, I don't see an active state on these they click through to another page. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
cinnamoncat Posted September 4 Author Share Posted September 4 The code did not work. For active, please refer to the screenshot that shows "Fire Pasties" highlighted. That is the active/current item that a shopper is viewing. Link to comment
Ziggy Posted September 5 Share Posted September 5 You can try this: .products.collection-content-wrapper .ProductItem-nav-breadcrumb-link:last-child { font-weight:600; } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
cinnamoncat Posted September 5 Author Share Posted September 5 Not sure if it's because I moved the breadcrumb to the left side bar, but that code did not work either 😕 Link to comment
Solution cinnamoncat Posted September 6 Author Solution Share Posted September 6 This worked for bolding the breadcrumbs. (Decided to ditch the hover aspect): .nested-category-breadcrumb-link { font-weight: bold; } This worked for making all categories in the side bar/menu/navigation bold: .category-link { font-weight: bold; } Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment