Tagged: menu problem
Hi,
Working on the one website with the template, http://turboengineering.in/
Not able to make the menu as in template. I want underline highlight in the menu.
Please help
Hi azizurkhan!
Please do add the following, to your CSS
.header_color .main_menu ul:first-child > li.active-parent-item > a {
border-bottom: 5px solid red;
}
and let us know if it works as should.
Thanks a lot for your time and patience
Regards,
Basilis
Hi Basilis,
I have added the css in layout.css
but its not working.
Regards,
Aziz
Hi,
I’m not sure I understand what you are looking to do there, is the problem that the current menu item is not underlined? If not then please try to explain a bit further.
Regards,
Rikard
Yes you are right, I want to highlight the current menu.
Also if u mouse over the menu bottom border should be visible.
Hey!
Please add the below css in Enfold Options > General Styling > Quick CSS
li.page_item:hover {
border-bottom: 3px solid #000;
}
li.current-menu-item {
border-bottom: 3px solid #000;
}
Cheers!
Vinay
Hi,
Border bottom works for mouse over only.
Current Active is only working on Home page, Please help.
Its working now. I have made the changes in CSS file.
Also can you please tell me how to add filter in portfolio section. Video tutorial will help me.
Hi!
Glad you got it working :)
Please see the below link for more info on how to setup portfolio…
http://kriesi.at/documentation/enfold/create-new-portfolio-item/
Regards,
Vinay