Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #147171
    RadioHaven
    Participant

    Is there anyway to just remove the gray menu box under the other one at the top? I think it’s the secondary menu in CSS.

    radiohaven.com

    #147229
    Skandha
    Participant

    @radiohaven: It is not secondary menu but its Breadcrumb Option that you seem to have enabled.

    Go to => Appearance => Customize => Theme Options => Breadcrumbs Options => Uncheck the Check to Enable Breadcrumb Option

    Let me know if this works out.
    Kind Regards,
    Skandha

    #148400
    RadioHaven
    Participant

    Thank you,

    Do you know how to deactivate the main drop down menu so only the top menu shows? Basically, so that when you hover over the top, the drop down doesn’t show.

    thanks,
    radiohaven.com

    #148464
    Skandha
    Participant

    @radiohaven: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .nav-primary .menu li:hover {
        display:none;
    }

    I doubt this will work perfectly. The best way will be to remove the sub menus from the customizer.
    Let me know if this helps you out.
    Kind Regards,
    Skandha

    #148559
    RadioHaven
    Participant

    Do you happen to know where I can change the second menu in the customizer?

    Thank you

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Second menu’ is closed to new replies.