• Resolved ildomandatore

    (@ildomandatore)


    I’ve tried making the share buttons change color on hover, but there are rules that override the changes.

    I managed to remove the brightness of the buttons, but it is not possible to change their color.

    https://postimg.cc/gXvSxB3S

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Shareaholic

    (@shareaholic)

    1. Turn off “custom icon colors” in settings.
    2. Add the following CSS (similar to what you did for brightness):
    a.shareaholic-service-icon.shareaholic-service-icon.shareaholic-service-default {
        background-color: #675a00 !important;
    }
    
    a.shareaholic-service-icon.shareaholic-service-icon.shareaholic-service-default:hover {
        background-color: red !important;
    }
    Thread Starter ildomandatore

    (@ildomandatore)

    Great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change color on hover’ is closed to new replies.