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