KoenS Posted February 17, 2022 Posted February 17, 2022 Site URL: http://www.koenstijnen.nl Hi, I already have a custom css code for my header while hovering that works great, I recently switched from portfolio items to folders with specific pages. on hovering the highlighting of the specific page works. however when I click a certain project within the folder it highlights everything in that folder, is there a css code I can use that only highlights the specific project im viewing? ( first image is while hovering, second image is when clicking that specific page )
tuanphan Posted February 21, 2022 Posted February 21, 2022 On 2/17/2022 at 6:13 PM, KoenS said: Site URL: http://www.koenstijnen.nl Hi, I already have a custom css code for my header while hovering that works great, I recently switched from portfolio items to folders with specific pages. on hovering the highlighting of the specific page works. however when I click a certain project within the folder it highlights everything in that folder, is there a css code I can use that only highlights the specific project im viewing? ( first image is while hovering, second image is when clicking that specific page ) Change this code .header-nav-item--active a { color: #e30b1a !important; } to this .header-nav-item--active>a, .header-nav-folder-item--active a { color: #e30b1a !important; } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment