How to change the background-color focus of the "tabs" in the "dropdown-menu"? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to change the background-color focus of the "tabs" in the "dropdown-menu"?

I need to change the background-color focus of the "tabs" in the "dropdown-menu". Here it is "#section1" and "#section 2". After click bootstrap makes background of these sections blue. I need red. Help🙏 https://code.sololearn.com/WfSY7As4d8YS/?ref=app

12th Jun 2020, 8:10 AM
Pavel Durov
Pavel Durov - avatar
1 Answer
+ 2
#mybar .dropdown-menu li.active a { background: red; } https://code.sololearn.com/WEkbqxU3I81k/?ref=app
13th Jun 2020, 10:06 AM
Calviղ
Calviղ - avatar