Archived topic
Hamburger menu color
3 replies · Started by James on April 19, 2019
Hey guys,
JB back with a dumb question......
Trying to change the COLOR of the hamburger menu, looking everywhere any documentation or help would be greatly appreciated.
Site http://www.morningcoach.com - you will see it upper left as we are rebuilding right now
Thanks!!!
Hi there,
the Volume Site uses CSS - its in Customizer > Additional CSS - here are the two rules you need to change:
.slideout-header .slideout-exit {
color: #fff;
background-color: #ff3366;
}
.slideout-header .custom.slideout-toggle a {
background-color: #ff3366;
}
For reference the original Site includes posts documenting how to style and make changes to the volume site. You can reference them here:
Thank you once again you guys ROCK!!!
Glad we could be of help