CSS Drop Down – Sub Menu Color

后端 未结 2 1832
被撕碎了的回忆
被撕碎了的回忆 2021-01-21 09:29

I\'m looking for some advice on this issue.

I went through a tutorial a while back to build a CSS drop down menu and can\'t seem to change the default color of the sub m

2条回答
  •  说谎
    说谎 (楼主)
    2021-01-21 10:21

    Another method is to give the ul a id in the submenu something like this

     
  • Brand
  • CSS

    #submenu li a
    {
        color:green;    
    }
    

    See the full Jsfiddle here

提交回复
热议问题