Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1313333

    https://threewayflowerfarm.com/bypass

    Although they appear on desktop, not on mobile… any ideas?

    #1313717

    Hey Eleina_Shinn,
    Thank you for your patience, the social icons typically don’t show on mobile, but you can use this css to show them.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top #header .social_bookmarks {
        display: block !important;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1313890

    Thank you so much, I appreciate your help.

    #1313901

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Social Media Links in Top Bar do not appear on Mobile’ is closed to new replies.