Helix Ultimate Template Social Icon Disable In Mobile - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Helix Ultimate Template Social Icon Disable In Mobile

M

Michał

Template 3 months ago

Hello, I have a question. Is it possible to disable the display of social media icons when viewing a website on a phone (mobile version). Perhaps some CSS code?

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 months ago #197926

Hi there!

Thanks for reaching out.

Please use the following code in your custom CSS:

@media (max-width: 991px) {
    #sp-menu .social-wrap {
        display: none !important;
    }
}

Here is all about custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Hope this will serve your purpose of hiding social icons for smaller devices.

Best regards,

0
M
Michał
Accepted Answer
3 months ago #197928

Thank you very much, it works great. Regard Michal

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 months ago #197930

Hi Michal,

You are always welcome and thanks for accepting the answer:)

Have a nice day!

0