blackcat2226 Posted August 31 Share Posted August 31 Hello, is it possible to use css to change the color of the page that the user is currently on in the navigation menu? Is there another code to use to make sure it works on both desktop and mobile versions? Link to comment
Lesum Posted August 31 Share Posted August 31 @blackcat2226 You can try this code snippet: .header-nav-wrapper .header-nav-item--active a { color: #FF954D !important; } .site-wrapper .header-menu .header-menu-nav .header-menu-nav-item--active a { color: #FF954D !important; } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? 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