Home Forums WoodMart support forum Display Social Media Icon bar on mobile

Display Social Media Icon bar on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #516485

    anna-0978
    Participant

    Hi,
    I saw that under Theme Settings the mobile profile links can be configured. I did that and they show up fine on desktop. How do I include that for mobile devices as well? Apparently it doesn’t show up there at all if I’m not mistaken.

    Thanks,
    Anna

    #516680

    Hung Pham
    Keymaster

    Hi anna-0978,

    Thanks for reaching to us.

    Add below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile

    .wd-sticky-social.wd-sticky-social {
        display: block;
    }

    Regards,

Viewing 2 posts - 1 through 2 (of 2 total)