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

    Hi There,

    how can i have custom image on menu, when I hover or select like in this site. http://myonlineadvisers.com.au ? Instead of having border under the menu.

    I am using Fixed header with Social Icons and additional Navigation as Header option.

    Thanks

    G.

    #118565

    Hi,

    This seems to work, adjust the css. You need to supply your own image.

    .header_color .main_menu ul:first-child > li a:hover {
    background: url(../images/layout/download.png) no-repeat center top;
    color: #1F87C5;
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to have custom image on menu?’ is closed to new replies.