sksk111 Posted February 17, 2022 Posted February 17, 2022 Site URL: https://www.invisiblefriendsofsolana.com My social links are appearing as a menu button in the mobile version. I'd either just like to show the twitter logo as a button or hide it all together. As there's no point just having a whole menu for one single social icon. I tried using CSS but its not responsive at all. What do I do here? Beyondspace 1
Beyondspace Posted February 17, 2022 Posted February 17, 2022 (edited) On 2/17/2022 at 10:24 AM, sksk111 said: Site URL: https://www.invisiblefriendsofsolana.com My social links are appearing as a menu button in the mobile version. I'd either just like to show the twitter logo as a button or hide it all together. As there's no point just having a whole menu for one single social icon. I tried using CSS but its not responsive at all. What do I do here? You can try adding to Home > Design > Custom Css /*Hide navigator on mobile*/ @media only screen and (max-width: 767px) { .header-actions--right,.header-actions-action--social { display: block !important; } .header-burger { display: none; } } Let me know how it works on your site Support me by pressing 👍 if this useful for you Edited February 22, 2022 by bangank36 Update only for mobile sksk111 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted February 17, 2022 Posted February 17, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
sksk111 Posted February 17, 2022 Author Posted February 17, 2022 18 hours ago, bangank36 said: You can try adding to Home > Design > Custom Css /*Hide navigator*/ .header-actions--right,.header-actions-action--social { display: block !important; } .header-burger { display: none; } Let me know how it works on your site Support me by pressing 👍 if this useful for you Thank you! this worked. Weirdly when I was trying even simple CSS code to change text colour or even font size or positioning, it wasn't working. But this did 🙂
Beyondspace Posted February 17, 2022 Posted February 17, 2022 34 minutes ago, sksk111 said: Thank you! this worked. Weirdly when I was trying even simple CSS code to change text colour or even font size or positioning, it wasn't working. But this did 🙂 Do you need any further help? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
sksk111 Posted February 22, 2022 Author Posted February 22, 2022 (edited) On 2/17/2022 at 11:24 PM, bangank36 said: Do you need any further help? If you are still available, I do need help with adding a social logo to my discord link. I've managed to do it in my header but can't get it to work in the footer. Also the alignment of the logo is messed up. for some reason they are not side by side (isn't this supposed to be the default?) Footer: Header: Just to add: this is the CSS code I have used so far for the logo: //Discord logo .icon--fill:nth-of-type(2) { svg { display:none; } background-image: url(https://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.png); background-size: 100%; background-repeat: no-repeat; } .header-menu-actions-action:nth-of-type(2) { svg { display:none; } background-image: url(discohttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pngrd.png); background-size: 100%; background-repeat: no-repeat; } Edited February 22, 2022 by sksk111 adding code
tuanphan Posted February 27, 2022 Posted February 27, 2022 On 2/22/2022 at 9:21 PM, sksk111 said: If you are still available, I do need help with adding a social logo to my discord link. I've managed to do it in my header but can't get it to work in the footer. Also the alignment of the logo is messed up. for some reason they are not side by side (isn't this supposed to be the default?) Footer: Header: Just to add: this is the CSS code I have used so far for the logo: //Discord logo .icon--fill:nth-of-type(2) { svg { display:none; } background-image: url(https://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.png); background-size: 100%; background-repeat: no-repeat; } .header-menu-actions-action:nth-of-type(2) { svg { display:none; } background-image: url(discohttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pngrd.png); background-size: 100%; background-repeat: no-repeat; } It looks like you solved this? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment