bootstrapwp-Twitter-Bootstrap-for-WordPress
bootstrapwp-Twitter-Bootstrap-for-WordPress copied to clipboard
current-menu-item
Hi, I want to change the color of current-menu-item but it's not working, I'm trying to like that: li.current-menu-item a{ text-decoration: underline !important; color:white !important; } but the only think that changes is the text-decoration but not the color:-( Am I doing something wrong? Thanks!
Try color: @white instead of just white
I did change @navbarLinkColorActive: to @white; in variables.less and compiled the files but it's not working. Tahnks anyway!
Does somebody know why I have that problem?
Marta,
Where are you making the changes? I added your code to the bswp-custom.less file and it worked just fine.
I just write @navbarLinkColorActive: @white; in bswp-custom.less then I compile and load upp new bootstrapwp.css file but it does not working.
Could be that ur less compilation is not working - are u using winless by any chance?