Comments Chriistyii started the conversationApril 11, 2021 at 5:58pmHi there - I would like to HIDE the social media icons on the header bar ONLY on mobile. How would I go about doing this?Thank you! 2,700PenciDesign repliedApril 12, 2021 at 12:58amHi,You can try adding more of this code to Customize > Custom CSS to do that: @media only screen and (max-width: 768px){ .main-nav-social{ display: none; } } Best Regards,PenciDesignChriistyii repliedApril 13, 2021 at 12:00amHi there! Unfortunately, this does not work. 2,700PenciDesign repliedApril 13, 2021 at 12:48amHi,Please add more of the code as I said and save it & clear all the cache then check it again.If it still doesn't work, keep the code in Customize > Custom CSS and let me know to I can check it. I didn't see you've added the code on your site.Best Regards,PenciDesign Sign in to reply ...
Hi there - I would like to HIDE the social media icons on the header bar ONLY on mobile. How would I go about doing this?
Thank you!
Hi,
You can try adding more of this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Hi there! Unfortunately, this does not work.
Hi,
Please add more of the code as I said and save it & clear all the cache then check it again.
If it still doesn't work, keep the code in Customize > Custom CSS and let me know to I can check it. I didn't see you've added the code on your site.
Best Regards,
PenciDesign