LindsEli Posted February 27, 2023 Share Posted February 27, 2023 Hi, we want to make our process section white on mobile only, https://familybredpuppies.squarespace.com/available-golden-retrievers-for-adoption-1 code I have tried but doesnt work @media screen and (max-width: 640px) { section[data-section-id="63fcd380044e105d6c0ed6cc"] { background: #ffffff; } } Link to comment
tuanphan Posted March 5, 2023 Share Posted March 5, 2023 Add to Design > Custom CSS /* Mobile Our Process */ @media screen and (max-width:767px) { [data-section-id="63fcd380044e105d6c0ed6cc"] .section-border .section-background { background-color: white !important; } } 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!) Link to comment
LindsEli Posted March 13, 2023 Author Share Posted March 13, 2023 On 3/5/2023 at 7:36 AM, tuanphan said: Add to Design > Custom CSS /* Mobile Our Process */ @media screen and (max-width:767px) { [data-section-id="63fcd380044e105d6c0ed6cc"] .section-border .section-background { background-color: white !important; } } thanks! 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