This topic has 5 replies, 2 voices, and was last updated 9 years, 4 months ago ago by Eva Kemp
Hi,
1. while in the previous version the menu was contained on one line, with the update the menu goes into two lines.
Is there anything I can do for containing the menu on a single line, without removing items?
2. In the submenu the color of the windows remains white, is there any possibility that I can change the color and make it like the header?
3. In Fancy titles I cannot add a Google font I am using for all my site, any tips?
4. The body font doesn’t change color
5. The submenu items –> is there any chance I can change size of font and color?
PS on the site is activated the maintenance mode, if you want to see it, please see the private content.
Thanks
And one other thing:
in the fixed navigation how to change color as well of the menu background?
Hello,
1. I’ve added this code in Theme Options > Custom CSS > Global Custom CSS:
.fixed-header-area .collapse {
width: 100% !important;
}
.fixed-header-area .header-logo {
width: 20% !important;
}
Please check menu now.
2. I’ve added this code in custom css to change submenu background:
.menu .nav-sublist-dropdown .container {
background-color: rgb(104, 159, 56) !important;
}
.menu .nav-sublist-dropdown ul > li > a {
color: #D1D1D1;
}
3. Could you please show on a screenshot where you’re trying to add Google font and which one?
4. Add this code in Custom CSS:
p {
color: #689F38 !important;
}
5. Please use this code in Custom CSS:
.menu .nav-sublist-dropdown ul > li > a {
color: #D1D1D1;
font-size: 15px !important;
}
6. To change color for fixed header use this code in Custom CSS:
.fixed-header-area {
background-color: #689F38 !important;
}
Regards,
Eva Kemp.
Really really really Thanks!
For point 3 I have fixed it 😉
One last favor (not too much of a trouble) for changing the border of the submenu?
And I have finished 😉
Hello,
Please use this css code for submenu borders:
.menu .nav-sublist-dropdown ul {
border: 3px solid #689F38 !important;
}
Regards,
Eva Kemp.
Tagged: menu, persuasive, templates, update, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up