Okay
  Public Ticket #994139
Custom menu widget hover color
Closed

Comments

  •  2
    Sinaptic_srl started the conversation

    Hi, i put a custom menu widget in the 4th footer column. the only problem is that on hover the links do not change color. I tried some custom css code using a:hover but it does not seem to work. 


    Can you check it?

  •  8,996
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    This might help write up Custom CSS: https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug .

    Thanks


    ThemeNectar Support Team 

  •  2
    Sinaptic_srl replied

    the site in in development so it's not visible. i sent the access information in another private ticket last week.


    Thanks a lot!

  •  8,996
    Tahir replied

    Found the login credentials.

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    /* change footer link hover color  */
    #footer-outer a:hover:not(.nectar-button) {
        color: #cab580!important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Sinaptic_srl replied

    Perfect! Thanks a lot!

    wishing you a merry Christmas and a happy new year!

  •  8,996
    Tahir replied

    You Too , Thanks 


    ThemeNectar Support Team