bootstrapwp-Twitter-Bootstrap-for-WordPress icon indicating copy to clipboard operation
bootstrapwp-Twitter-Bootstrap-for-WordPress copied to clipboard

current-menu-item

Open martajohnsson opened this issue 12 years ago • 6 comments

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!

martajohnsson avatar Oct 24 '12 18:10 martajohnsson

Try color: @white instead of just white

vinayraghu avatar Oct 24 '12 18:10 vinayraghu

I did change @navbarLinkColorActive: to @white; in variables.less and compiled the files but it's not working. Tahnks anyway!

martajohnsson avatar Oct 24 '12 19:10 martajohnsson

Does somebody know why I have that problem?

martajohnsson avatar Oct 29 '12 09:10 martajohnsson

Marta,

Where are you making the changes? I added your code to the bswp-custom.less file and it worked just fine.

rachelbaker avatar Nov 04 '12 00:11 rachelbaker

I just write @navbarLinkColorActive: @white; in bswp-custom.less then I compile and load upp new bootstrapwp.css file but it does not working.

martajohnsson avatar Nov 04 '12 19:11 martajohnsson

Could be that ur less compilation is not working - are u using winless by any chance?

vinayraghu avatar Nov 05 '12 04:11 vinayraghu