Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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

    #562514

    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

    #562685

    Hi Basilis,

    I have added the css in layout.css

    but its not working.

    Regards,
    Aziz

    #562901

    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

    #562996

    Yes you are right, I want to highlight the current menu.

    Also if u mouse over the menu bottom border should be visible.

    #564034

    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

    #566759

    Hi,

    Border bottom works for mouse over only.

    Current Active is only working on Home page, Please help.

    #566763

    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.

    #567683

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.