designsbyem Posted September 26, 2023 Share Posted September 26, 2023 Hi there, Ive added a category filter to my blog using the tag cloud, and ended up using some custom CSS to make it look more like a filterable menu. My only issue is that once you choose a category, you are unable to see which one is active. I'd like for the color to stay the same on the active link as the color when hovering over them as - that is so once you hover over black to reveal grey and then click on that link, it'd stay grey. I hope this makes sense and someone can help out! I know enough about code to usually tweak and add certain things but this one is stumping me! Site password is: P@ssword Current Code on site: //tag cloud for catergoies .sqs-tagcloud li a { color: rgb(0, 0, 0); background-color: #1111111; padding: 5px 10px; font-size: 18px; -webkit-transition: .15s ease-out; -moz-transition: .15s ease-out; transition: .15s ease-out; } //tag cloud:hover .sqs-tagcloud li a:hover { color: rgba(40, 40, 42, .6);} //tag cloud .sqs-tagcloud li { margin-bottom: 15px; margin-right: 5px; } Link to comment
designsbyem Posted September 26, 2023 Author Share Posted September 26, 2023 (edited) Do you have any ideas on this at all? Edited September 27, 2023 by Jack_SQSP @ mentioning another user Link to comment
designsbyem Posted September 27, 2023 Author Share Posted September 27, 2023 (edited) Do you have any ideas on this? Edited September 27, 2023 by Jack_SQSP @ mentioning user Link to comment
tuanphan Posted October 1, 2023 Share Posted October 1, 2023 Hi, What is site url? 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment