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

    Hi

    Is it possible to remove the social icons at the top when website switches to it’s mobile mode?

    If you look at: http://tinyurl.com/ptdrqs4 on a mobile, it is the icons and bar at the top I would like to remove only on mobile if possible.

    Thanks,

    Rob

    #139559

    Hi Rob,

    Please add following code custom.css file or to Quick CSS in Enfold theme options page under Styling

    @media screen and (max-width: 767px) {

    #top .social_bookmarks { display: none; }

    .header_color .container_wrap_meta { padding-top: 10px; }

    }

    Regards,

    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove social icons at top on mobile’ is closed to new replies.