By haertel on Wed, 06/29/2016 - 22:48
Forums:
Hello!
How to change the main menu colors?? There is no color picker as mentioned??
Bye,
Matthias
Hello!
How to change the main menu colors?? There is no color picker as mentioned??
Bye,
Matthias
Comments
1. Enable color module (if it is disabled).
2. Navigate to BerryPro theme settings page.
Here you can find the option to change theme color.
Please note:
Using color picker, you can only change link color of main menu. If you wish to change background color, you need to edit style.css
Please follow below steps to change background color of main menu:
#nav-body {
font-family: 'Open Sans Condensed', sans-serif;
background-color: #111314;
min-height: 80px;
clear: both;
margin: 0;
padding: 0;
}
Done!!!
Thank you!