When I scroll down on a Harmony page, the menu bar turns black. How can I set it to turn to a color of my choice?
Harmony scroll menu background turns black
(3 posts) (2 voices)-
Posted 5 years ago
-
Hi Connie,
What menu? What page? We need to see your work in order to advise you. If you happen to be referring to Adaptive Menu Magic, here is how it works:
If you have chosen a background for the root menu in the AMM UI, then that background will be what you see when you scroll the page. If not, the menu when the page is scrolled will default to black, which is the most logical choice for accessibility across all designs. If you wish to do a custom color for the menu when it becomes fixed, then use this selector name to write a custom class:
.amm-fixed {
background-color: whatever;
}Place the rule in your page style sheet, at the bottom, making sure it is outside your media queries.
Posted 5 years ago -
Thanks, it stays blue now. http://globaleducationak.org/contact.php
I wonder if it could be set to keep the globe and title showing.
Also would be nice for the white box "Menu" to change to blue background with white text when scrolled down.
Appreciate the assistance.Hi Connie,
What menu? What page? We need to see your work in order to advise you. If you happen to be referring to Adaptive Menu Magic, here is how it works:
If you have chosen a background for the root menu in the AMM UI, then that background will be what you see when you scroll the page. If not, the menu when the page is scrolled will default to black, which is the most logical choice for accessibility across all designs. If you wish to do a custom color for the menu when it becomes fixed, then use this selector name to write a custom class:
.amm-fixed {<br />
background-color: whatever;<br />
}
Place the rule in your page style sheet, at the bottom, making sure it is outside your media queries.Posted 5 years ago
Reply
You must log in to post.