Removing social media icons in sidebar of Dawn Theme

Hi, I am using dawn theme and on desktop I have a header but on mobile I have a sidebar, but the social media icons show in the sidebar on mobile. Is there any way to remove it?

Hello @jarydvisser ,

Do you want to remove social media icons in the sidebar on mobile?
Please share your store URL and password of front view and the page urls so that I will check and let you know the exact solution here.

Some screenshots would be helpful for us please.

Best regards.

Hi @jarydvisser ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
@media (max-width: 749px) {
    .menu-drawer .list-social {
        display: none !important;
    }
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

3 Likes