Alexg77 Posted June 10, 2020 Share Posted June 10, 2020 Site URL: https://www.grahamweaver.com/blog/the-common-question On individual blog pages, I added code to make the text for previous and subsequent blog titles (basically the pagination at bottom of each blog post) change colors to our accent blue when the mouse hovers over the titles. It appears to be working just fine when the Custom CSS window is open, but for some reason the hover effect stops working after I close the CSS window on the left menu. See screen grabs for reference. All of my other code is working just fine. Any idea what the issue is here? Is it my code, or is it Squarespace? Would appreciate insight on how to fix! Thank you!! URL: https://www.grahamweaver.com/blog/the-common-question PW: W3av3 Link to comment
Alexg77 Posted June 11, 2020 Author Share Posted June 11, 2020 All set -- this was answered elsewhere. Needed to add !important after listing the color, so: .item-pagination-title:hover { color: #00bfff !important;} Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.