• Resolved ps.vos

    (@psvos)


    SSB has strange behavior (8.4.1). As you can see on https://lemontree.nl/vandaag-is-nationale-check-je-wachtwoorden-dag/ the buttons are broken. Changed the style, checked custom CSS, emptied cache. Buttons stay broken.

    I used the css code .ssbp-list p {display:none} to avoid the double icons. But also hovering makes the icons white with white text instead of black.

    • This topic was modified 3 years, 4 months ago by ps.vos.
    • This topic was modified 3 years, 4 months ago by ps.vos.

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor ShareThis

    (@sharethis)

    Hello @psvos,

    Apologies for this issue.

    I haven’t been able to replicate this, but I will continue testing. I will also make our engineers aware of this in case it’s not a theme-related conflict but has to do with the buttons themselves.

    For the moment, can you try adding this additional CSS code to solve this? It will make the buttons’ icon green again.
    Just paste it after the other CSS code you already have, a space after it is enough.

    .ssbp--theme-1 .ssbp-btn:hover span:not(.color-icon) svg {
        display: block !important;
    }
    
    .ssbp-list li a:hover svg, .ssbp-list li a:hover svg path {
        fill: #92ca00 !important;
    }

    Let me know if this solves the issue!

    Best,
    The ShareThis Technical Support team.

Viewing 1 replies (of 1 total)

The topic ‘CSS broken’ is closed to new replies.