mportch Posted August 13 Share Posted August 13 Hi, In the promotional pop-up, how do I change the border radius of the subscribe box and it's font size in mobile? (Seems to be coming out smaller in mobile for some reason). Also be a bonus if it was possible to remove the drop shadow around the box? Link to comment
tuanphan Posted August 15 Share Posted August 15 You can use this to Website Tools > Custom CSS @media screen and (max-width:767px) { div.actions button { border-radius: 0 !important; } span.submit-form-label { font-size: 30px !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
mportch Posted August 15 Author Share Posted August 15 Thanks but this one doesn't seem to work. Link to comment
tuanphan Posted August 17 Share Posted August 17 On 8/15/2024 at 6:52 PM, mportch said: Thanks but this one doesn't seem to work. I see you changed border radius value to 10 you need to use 10px because browser can't render 10 only 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment