willianmano / moodle-theme_moove

A Moodle Boost child theme
GNU General Public License v3.0
170 stars 155 forks source link

Assistance needed in Navbar #442

Open Shanmugavadivelu7 opened 8 months ago

Shanmugavadivelu7 commented 8 months ago

Hi, I am currently using moove version 4.1. Here I would like to change the color of entire Navbar(primary) which is initailly white to a dark colour like violet. Can someone give me an idea on where to change my edit my css code. where do I have to change in navbar.css or is there anyother files that obviously i am missing. Thanks :)

johnt1838 commented 6 months ago

Hello there, you can customize the scss file of the navbar (theme>moove>_navbar.scss) add something like this in .navbar.fixed-top { background-color: #YOUR_COLOR!important;