Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #302220

    Is there a way to style only the nested subpages ?
    as http://dev.wmc-card.com/about-us/history

    Any help will be fantastic

    #302648

    Hey Knut!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .widget_nav_menu li {
    border: 1px solid #e2e2e2;
    border-bottom: none;
    padding: 3px;
    }
    #top .widget_nav_menu li:last-child { border-bottom: 1px solid #e2e2e2; }

    Cheers!
    Yigit

    #302857

    Thanks – but the missing the hover effect

    #303151

    Hi!

    Please add following code to Quick CSS as well

    #top .widget_nav_menu li:hover { background-color: blue; }

    Regards,
    Yigit

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