Tagged: mobile, social media, social sharing buttons
Hey,
I noticed that on smartphone you have to tap the social sharing buttons twice (hover + actual click) in order to perform the share respectively to click the link.
I know that this might be intended cause of several reasons but would there be an easy way to make those buttons work with one tap only?
Regards,
Michael
Hey Michael,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi Victoria
sure – provided below.
(Sharing Buttons below the post – mobile verison only)
Regards,
Michael
Hi Michael,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css and see if the share buttons work different now
@media only screen and (max-width:767px){
.av-share-box-list .avia-related-tooltip.avia-tt {
display: none !important;
opacity: 0 !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria