Tagged: customizing, secondary menu
Hi guys,
I need some help setting up the Enfold theme for my site. I have 2 menus, the second one I want to be in the left sidebar.
Can’t find any way to customize him. I want to center the text. eliminate left-right blank space and change the background color.
Maybe change the font also, but not really necessary.
This is how it look now:
And this is something similar with what I’m trying to do:
Hi pedaambient,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
The website is not live yet. Just tell me how can I change the color and text alignment for a second menu in the left sidebar.
Thanks again
Hi!
Sorry for the late reply!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.widget.widget_nav_menu {
text-align: center;
}
.widget.widget_nav_menu a {
background: blue;
color: white;
border: 1px solid #e2e2e2;
}
.sidebar_left .widget_nav_menu ul:first-child>.current-menu-item, .sidebar_left .widget_nav_menu ul:first-child>.current_page_item, .sidebar_left .widget_nav_menu ul:first-child>.current-menu-ancestor {
padding-right: 0;
}
Best regards,
Yigit
It works. Now i can customize de left menu.
Thank you!
Hi!
Happy we could help you out.
Btw, If you have a moment, I would very much appreciate if you could quickly rate our theme, which wiII heIp us keep the deveIopment.
We really appreciate your feedback and input and again, thanks a lot for using our theme!
Best regards,
Basilis