Kendall124 Posted May 28, 2020 Posted May 28, 2020 Site URL: https://chiton-tarpon-t78k.squarespace.com/ I am trying to remove the images that appear above the button "Schedule a "Red Carpet" Gift Curation Consultation" on the mobile view. I would like the order to appear as follows: 1. Headline 2. CTA Does anyone know of a solution for this? The pw is socialspirits Here is the code I have now, which is not seeming to work: @media only screen and (max-width: 768px) { #block-yui_3_17_2_1_1590613341406_16177 { display: none; } #block-ec43079f0edcda020ecb { display: none; } } Thanks in advance!
christyprice Posted May 28, 2020 Posted May 28, 2020 Hi @Kendall124, can you share the site password so we can view it? christyprice.com 🇺🇸 Austin, TX US 🐾 ✅ Get my Starter Template for Web Designers 🎬 Watch 7 Ways to Save Time as a Squarespace Designer from Circle Day 2024 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz)
Kendall124 Posted May 28, 2020 Author Posted May 28, 2020 Hey @christyprice the password is socialspirits thank you!! Kendall
tuanphan Posted May 29, 2020 Posted May 29, 2020 If you want to remove, add to Home > Design > Custom CSS @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1590614831286_14193+.row>.span-4:first-child { display: none; } } 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
Archived
This topic is now archived and is closed to further replies.