[ad_1]
Hello,
Yes, to show only the universal share button on mobile within the shortcode, you can add some code to your “Additional CSS” box in Settings > AddToAny:
/* Only show the Universal Button on mobile within the AddToAny shortcode. */
@media screen and (max-width: 1080px) {
.addtoany_shortcode a:not(.addtoany_share) { display: none; }
}