Tagged: , ,

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

    Hi there,

    Ive seen this menu navigation in a new theme called ‘RIVER’ and was wondering if its achievable in Enfold (Colored text inside a block for rollover plus the grey drop down panels etc). I’m fairly OK with CSS so if you can give me some pointers or info where/how to this then I would be most grateful.

    http://themeforest.net/item/river-retina-multipurpose-wordpress-theme/full_screen_preview/6059307

    Cheers
    Andy

    #243720

    Hey andypeck!

    You can start with this on Quick CSS or custom.css:

    .main_menu ul:first-child > li.current-menu-item, .main_menu ul:first-child > li:hover {
    background: green;
    }
    
    .main_menu ul:first-child > li {
    line-height: 60px;
    height: 60px;
    }
    
    .main_menu ul:first-child > li a {
    height: 60px;
    line-height: 60px;
    }
    
    #header_main > div > nav > div {
    top: 20px;
    position: relative;
    }
    

    The code might still need a lot of polishing but it is a start.

    Best regards,
    Ismael

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