Changing color of navigation bar on just one page

0
Hi everyone,  I want to change the color of the text on my navigation bar to white on just one page. I was able to change the color of the navigation bar for all the pages by adding this code to main.css .region-topbar .mx-navbar ul.nav>li.mx-navbar-item>a{     color: white; } How would I just change the color for one page? Thanks! Jon  
asked
1 answers
3

Create a duplicate of the layout and set a specific class on the menu and change the color in the css file.

Then assign this layout to the specific page.

answered