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

    Dear Sirs,

    My clients has asked that the menu options are highlighted i.e. when you hover over the menu a background elliptical type shape appears and remains highlighted when menu option is selected similar to the site http://www.richardwhiteclocks.co.uk go give you an idea here the hover and selection has a background. My clients want this to be more curved in each corner can you help please.

    #205394

    Hi,

    Can you post the link to your website please?

    Also, a screenshot/mockup of what you want to achieve would be really helpful.

    Regards,
    Josue

    #205441

    Sorry OK
    Site link is http://www.idesign-websites.co.uk password is giles123

    see mock up

    http://www.idesign-websites.co.uk/enfold-v1.jpg

    #205484

    Hi!

    This will get you started. Add this on your custom.css or Quick CSS:

    .current-menu-item.current_page_item a {
    background: gray;
    border: 3px solid green;
    border-radius: 6px;
    }
    
    .main_menu ul:first-child > li a {
    height: 50px !important;
    line-height: 50px !important;
    }
    
    .main_menu {
    position: absolute;
    top: 30%;
    }

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold, Nav menu to show tab rather than underline.’ is closed to new replies.