• Resolved Piani

    (@webbmasterpianise)


    In my theme (Virtue) the footer widget adds a hover effect to the Add2Any buttons. They get a green hover background.

    I have these to clean things up:

    
    .a2a_kit a , a:hover {
    background-color: transparent;
    }
    

    But I still cant figure out how the make the uniqe buttons hover transparent. Please advice.

    Site: http://piani.se/

Viewing 1 replies (of 1 total)
  • Plugin Author micropat

    (@micropat)

    Use the !important declaration:

    .a2a_kit a { background-color: transparent !important; }

Viewing 1 replies (of 1 total)

The topic ‘Make hover transparent’ is closed to new replies.