İçereği Atla
Menü
Bu soru işaretlendi
2 Cevaplar
9368 Görünümler

Hello All,

How can I change my website home page menu color?

I have tried this below code using JS.

if (window.location.pathname == '/'){

$('.nav-link.show, .navbar-light .navbar-nav').css('color', '#fff!important');

});

but this code is not working properly.

Please help me out of the issue.

Thanks in advance.

Riddhi


Avatar
Vazgeç
En İyi Yanıt

Hello @Riddhi,

You can use this code,

Hello @Riddhi,


You can use this code.


Add css


.home-menu{


color:#000!important;


}


Js code


$(document).ready(function(){


if (window.location.pathname == '/'){


$('.nav-link').addClass('home-menu')


}


});


Can you please mark this as a resolved if you are satisfied with my answer.

Avatar
Vazgeç
Üretici

Thanks :)

En İyi Yanıt

thanks!! it works!!!, do you know the code for onhover color? =)


Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
May 25
10418
1
Nis 24
4003
1
Şub 23
4047
0
Eki 21
3054
3
Eki 20
5486