Tiko Posted January 19 Posted January 19 (edited) Hi There, I am using this code to change the color of the active navigation link. The strange part is that the color code does work in squarespase interface but not in the browser. If i change the color to f. e. "red" then it's fine. Same with the mobile navigation links. .header-nav-item--active a { background-image: none!important; color: #92d390e8 !important; } Edited January 19 by Tiko
Solution Web_Solutions Posted January 19 Solution Posted January 19 12 minutes ago, Tiko said: Hi There, I am using this code to change the color of the active navigation link. The strange part is that the color code does work in squarespase interface but not in the browser. If i change the color to f. e. "red" then it's fine. website code 151515 Same with the mobile navigation links. .header-nav-item--active a { background-image: none!important; color: #92d390e8 !important; } Replace the code with the code below. .header-nav-item--active a { background-image: none!important; color: rgba(146, 211, 144, 0.91) !important; } Tiko 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Tiko Posted January 19 Author Posted January 19 49 minutes ago, Web_Solutions said: Replace the code with the code below. .header-nav-item--active a { background-image: none!important; color: rgba(146, 211, 144, 0.91) !important; } Thanks, this works!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment