跳至内容
菜单
此问题已终结
1 回复
916 查看

Hi everyone,

I can't change the color of the menu text on my website.
How can i do it ?


Thanks for your help.

形象
丢弃
最佳答案

Hi,

Please add the CSS below

.navbar-light .navbar-nav .nav-link {
color: #FFF123 !important;
}

Regards

形象
丢弃