Drop Down For Top Menu & Category tags below featured images

Home Forums WordPress Theme Support BfastMag Pro Drop Down For Top Menu & Category tags below featured images

Tagged: , ,

This topic contains 1 reply, has 2 voices, and was last updated by  Raja CRN 6 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8347

    I’d like to convert the top menu (the one by the date) into a drop down as I have crucial sub pages that benefit my site and cannot put them in the primary as these options are for support, contact, policies, etc.

    What coding do I have to do to achieve this?

    #8349

    Raja CRN
    Keymaster

    Hello,

    Edit the following file theme folder > inc > Hooks > header.php

    find 'depth' => 1, replace with 'depth' => 2,

    Then Put the following code in the Customize > Additional CSS. Itwill enable the Submenu.

    .navigation-top ul.sub-menu {
        float: left;
        position: absolute;
        z-index: 99999;
        left: -999em;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }
    
    .navigation-top  ul li:hover > ul{
        left:auto;
    }
    
    .navigation-top  ul ul li a{   
       color:#333; 
    }
Viewing 2 posts - 1 through 2 (of 2 total)

Only Verified Customer of this Theme Can post reply to this Support Topic! .