Tagged: menu problem
-
AuthorPosts
-
January 9, 2016 at 3:23 pm #562439
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
January 9, 2016 at 9:38 pm #562514Hi 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 patienceRegards,
BasilisJanuary 10, 2016 at 11:07 am #562685Hi Basilis,
I have added the css in layout.css
but its not working.
Regards,
AzizJanuary 11, 2016 at 5:43 am #562901Hi,
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,
RikardJanuary 11, 2016 at 9:27 am #562996Yes you are right, I want to highlight the current menu.
Also if u mouse over the menu bottom border should be visible.
January 12, 2016 at 5:13 pm #564034Hey!
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!
VinayJanuary 17, 2016 at 9:40 am #566759Hi,
Border bottom works for mouse over only.
Current Active is only working on Home page, Please help.
January 17, 2016 at 10:51 am #566763Its 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.
January 19, 2016 at 8:28 am #567683Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.
