threadsonline Posted March 4 Share Posted March 4 Hi guys, I am trying to change the colour of the store page numbers that are at the bottom of the store page. I want them to be light grey when I hover over them (the same colour as my announcement bar) and also have a less thick border if possible. I can't seem to find a way to do this without code! URL: https://threadsonline.co.uk/store Password: asdfghjkl Link to comment
Ziggy Posted March 4 Share Posted March 4 Try this Custom CSS: body .pagination-block.pagination-block-custom-filter-0 .pagination-item.active a, body .pagination-block.pagination-block-custom-filter-0 .pagination-item:hover a { background-color: #dfe0e1; border-color: #dfe0e1; } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
threadsonline Posted March 4 Author Share Posted March 4 2 hours ago, Ziggy said: Try this Custom CSS: body .pagination-block.pagination-block-custom-filter-0 .pagination-item.active a, body .pagination-block.pagination-block-custom-filter-0 .pagination-item:hover a { background-color: #dfe0e1; border-color: #dfe0e1; } This didn't work unfortunately 😕 Link to comment
Solution Ziggy Posted March 4 Solution Share Posted March 4 Try this instead: .pagination-item.active a, .pagination-item:hover a { background-color: #dfe0e1 !important; border-color: #dfe0e1 !important; } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
threadsonline Posted March 4 Author Share Posted March 4 15 minutes ago, Ziggy said: Try this instead: .pagination-item.active a, .pagination-item:hover a { background-color: #dfe0e1 !important; border-color: #dfe0e1 !important; } Works great now thank you 🙂 Ziggy 1 Link to comment
Ziggy Posted March 4 Share Posted March 4 Just now, threadsonline said: Works great now thank you 🙂 Brilliant! Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? 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