Image appear on mouse hover and click

Discussion in 'RoadFighter WordPress Theme' started by deveshd, Jun 26, 2013.

  1. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    It is not possible to do so with this theme, But possible solution is given below

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover {
    background: url(Enter your image address here) top center no-repeat;
    }
     
  3. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    didn't work as the image is being put in the navigation and not on top... See screenshot below
    Screen shot 2013-06-26 at 6.01.07 PM.png
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Unfortunately there isn't a way to do that with our theme and Gourav has already told you in the previous post that "It is not possible to do so with this theme, But possible solution is given below" .

    You can display the image only in the background of menu button, It is not possible to show the image above the menu button when hover the menu.
     

Share This Page