• Closed
  • ivorlmoolman
    Spectator
    April 18, 2014 at 10:59 am #8363

    Hi Roman,

    2 questions:

    1. How do i disable tootips on Social Media icons?

    2. How do i change the colour of the background on main menu/nav hover?

    Thanks much

    Roman
    Spectator
    Posts: 3147
    April 18, 2014 at 4:43 pm #9495

    1. this requires changing the code, we dont support it in our forums
    2. insert this in the Custom CSS field:

    Code:
    #nav ul a:hover, #sticky-nav ul a:hover, #nav ul .current_page_item a, #nav ul .current-menu-item a, #nav ul > .current-menu-parent a, #nav li.current-menu-ancestor a, #sticky-nav ul .current_page_item a, #sticky-nav ul .current-menu-item a, #sticky-nav ul > .current-menu-parent a, #sticky-nav li.current-menu-ancestor a,#wrapper #nav ul li ul li a:hover, #wrapper #nav ul li ul li.current-menu-item > a, #wrapper #sticky-nav ul li ul li a:hover, #wrapper #sticky-nav ul li ul li.current-menu-item > a, #header-sticky .cart-content a:hover, #header .cart-content a:hover, #small-nav .cart-content a:hover {
    background: red!important;
    }
    ivorlmoolman
    Spectator
    Posts: 6
    April 22, 2014 at 12:16 pm #9529

    Thanks much!