How to change active link color in bootstrap css?

前端 未结 9 831
余生分开走
余生分开走 2021-02-08 03:00

I am using joomla 3 and bootstrap.min.js I am creating menu and giving special class in order to change hover, active, visited links and style of the menu. I could not find how

9条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-08 03:57

    Finally with experiments I found how to capture it.

    #top-menu .current a
    {
        color: orange !important;
    }
    

    Thank you everyone for your time and help. Much appreciated!

提交回复
热议问题