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.
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
Sorry OK
Site link is http://www.idesign-websites.co.uk password is giles123
see mock up
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