• Resolved abarrell2

    (@abarrell2)


    With the use of shortcode how do I disable to hover effect which maske the button shake? Also how do I change text colour in the shortcode?

Viewing 1 replies (of 1 total)
  • Plugin Author Jose Varghese

    (@josevarghese)

    Hi @abarrell2

    Thanks for using Super Web Share. At this moment, we are not providing a parameter on our shortcode to remove the animation or change the color of the text for the button, as the white color text color fits with every other button color added via paramter. However, it’s within our roadmap to add those parameters to the shortcode in future releases.

    If you know how to add the CSS, you can disable the animation by the following CSS:

    .superwebshare_tada {
    animation-play-state: paused;
    }

    Also, to change the text color of the button, you can set the color within the following CSS:

    .superwebshare_prompt {
    color: #000000;
    }

    Please don’t hesitate to reach out to us, if you have any other queries.

    • This reply was modified 2 months, 2 weeks ago by Jose Varghese.
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.