[Help Me] Regarding Menu Color

Viku

Regular Member
Joined
Oct 15, 2016
Messages
338
Reaction score
195
I use neve theme & I want to make this menu links color "white" (as my background is red.
But there is no option to do it.
URL https://nekraj.com
Screenshot Attached

96290298_929432360828279_217602550956818432_n.jpg
 
HTML:
#nv-primary-navigation-main li a {
    color: white;
}

Insert this as CSS :-)
 
HTML:
#nv-primary-navigation-main li a {
    color: white;
}

Insert this as CSS :)
Just insterted, But not workings. (Still I am grateful to you)
 
you have css inline, I think in header.php
find after this in your theme
.primary-menu-ul li:not(.woocommerce-mini-cart-item) > a { color: #404248; }

replace color: #404248; with color: #FFFFFF;
 
you have css inline, I think in header.php
find after this in your theme
.primary-menu-ul li:not(.woocommerce-mini-cart-item) > a { color: #404248; }

replace color: #404248; with color: #FFFFFF;
Not in headphp I treid to edit this color code from css file but still not working.
 
I just checked your page again, you in fact didnt insert anything or cache prevents the updates to apply.

Maybe you should spent some minutes getting used to CSS and watch a guide? It really is no rocket science to change to color of an "a"-tag.
 
I just checked your page again, you in fact didnt insert anything or cache prevents the updates to apply.

Maybe you should spent some minutes getting used to CSS and watch a guide? It really is no rocket science to change to color of an "a"-tag.
I have did and invested 30min on this. But it is not working.
 
Back
Top