Skip to Content
Meniu
Această întrebare a fost marcată
1 Răspunde
934 Vizualizări

Hi everyone,

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


Thanks for your help.

Imagine profil
Abandonează
Cel mai bun răspuns

Hi,

Please add the CSS below

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

Regards

Imagine profil
Abandonează