• Resolved erbrown777

    (@erbrown)


    Good day,

    Is it possible to only show the Universal Button using the shortcode? I would like the mobile view of the site only to show the Universal Button.

    Thank you

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

    (@micropat)

    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; }
    }
    Thread Starter erbrown777

    (@erbrown)

    Thank you!

    Worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.