Hi all, love the theme but quick question – is there a way to change the color of the drop down menus thru the interface or only thru code? While I work in IT I am not much of a coder overall so if thru the code, where at?
You can see my initial site and what I mean about the menu under the Who Am I link. Kind of breaks the flow of the colors when it’s white.
Oh! We miss that. We will update this in next version. For now Go to Appearance -> Customize -> Ambition theme options -> Custom CSS paste the below CSS code and Click on Save & Publish button at the top of the options panel.
.main-navigation ul li ul {
background-color: #fff;
}
Note: Change above HEX color value #fff into your own HEX color to change the dropdown menu background color