MAC1 Posted August 23, 2023 Share Posted August 23, 2023 Hi, I'd like to hide youtube and vimeo social links on the top header in desktop mode only before: after: I only want the hiding of vimeo and youtube to happen on desktop header. Footer and mobile header should not have the vimeo and youtube hiding: i would like all 5 on mobile header: and keep all 5 on footer: Problem is if you hide the header social links it affects all instances where it is used. any code to target only the header desktop to hide vimeo and youtube? is this possible with code? Web: https://ellipse-teal-dl5w.squarespace.com/ Pass: 2Thanks Link to comment
Solution Web_Solutions Posted August 23, 2023 Solution Share Posted August 23, 2023 (edited) 2 hours ago, MAC1 said: Hi, I'd like to hide youtube and vimeo social links on the top header in desktop mode only before: after: I only want the hiding of vimeo and youtube to happen on desktop header. Footer and mobile header should not have the vimeo and youtube hiding: i would like all 5 on mobile header: and keep all 5 on footer: Problem is if you hide the header social links it affects all instances where it is used. any code to target only the header desktop to hide vimeo and youtube? is this possible with code? Web: https://ellipse-teal-dl5w.squarespace.com/ Pass: 2 Thanks Add this code on Custom CSS panel @media only screen and (min-width: 768px) { .header-actions-action--social { [aria-label="YouTube"], [aria-label="Vimeo"] { display: none !important; } } } Edited August 23, 2023 by Web_Solutions Ainul, MAC1 and Kobir 2 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
MAC1 Posted August 23, 2023 Author Share Posted August 23, 2023 That's perfect thanks helps the design so much cheers Link to comment
Web_Solutions Posted August 24, 2023 Share Posted August 24, 2023 22 hours ago, MAC1 said: That's perfect thanks helps the design so much cheers You're welcome! MAC1 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment