editing background in bootstrap nav menu | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

editing background in bootstrap nav menu

i have bootstrap nav menu i created style css in css folder of bootstrap i am editing my nav menu i created class and editing this class in style file so it works exept background i cannot set up background color , i write background: #1eb364; but there is no changes but when i check it through browser browsers source code panels shows that color is changed but there is no change in fact why that ?

3rd Oct 2017, 7:34 PM
Nuruddin
Nuruddin - avatar
2 Answers
+ 1
Try background-color: #1eb364 instead
4th Oct 2017, 1:18 AM
Joe Catoe
Joe Catoe - avatar
+ 1
I solve problem thanks ! the solution was : I deleted native background color that overrided my custom colors so after that I can set every color
4th Oct 2017, 5:17 PM
Nuruddin
Nuruddin - avatar