October 1, 2015 at 10:29 am
#28913
Theme Horse Support Team
Keymaster
Hi M.steinholtz,
You can add background color for the menu bar as below CSS code but change the rgba color as your choice.
#access {
background-color: rgba(74, 137, 195, 0.5);
border: 0 none;
}
Thank you!