ReNahh Posted September 1, 2022 Share Posted September 1, 2022 Site URL: https://gloriousglorai.squarespace.com/ Hello I've been looking all over for a specific issue. For some reason on my website, the pagination's(?) color changed from black to white. I don't think I did anything wrong, but I'd just like to change it back. I'm willing to use a custom CSS code if necessary, I tinkered with some earlier and while they didn't do what I wanted, they did do something I'll be ready to use my website when this is fixed (it kinda ruins the whole aesthetic I had going on, it wasn't like this last time I checked so not sure what happened) Thank you in advance, and sorry if this is sorta everywhere Link to comment
tuanphan Posted September 2, 2022 Share Posted September 2, 2022 Try adding to Design > Custom CSS /* Pagination */ .item-pagination[data-collection-type^="portfolio"], .item-pagination[data-collection-type^="portfolio"] { background-color: black; } .item-pagination[data-collection-type^="portfolio"] * { color: white !important; fill: white; } ReNahh 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
ReNahh Posted September 2, 2022 Author Share Posted September 2, 2022 3 hours ago, tuanphan said: Try adding to Design > Custom CSS /* Pagination */ .item-pagination[data-collection-type^="portfolio"], .item-pagination[data-collection-type^="portfolio"] { background-color: black; } .item-pagination[data-collection-type^="portfolio"] * { color: white !important; fill: white; } THANK YOU SO MUCH ;0; This worked like an absolute charm! This totally saved my site, thanks again! tuanphan 1 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