Eva-CitrusBakery Posted July 21 Share Posted July 21 Hi there! I just launched my website http://www.citrus-bakery.com/ and it all looks good on mobile as well, except for the first big image with my name + the lemon image on top (see attachment). I'd like to hide the lemon on mobile so it just shows the image as background + my name 'Citrus bakery' on top to make it a bit less crowded. Is this possible? Link to comment
Solution tuanphan Posted July 23 Solution Share Posted July 23 Add to Design > Custom CSS /* hide lemon on mobile */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1688813554529_8064 { visibility: hidden; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Eva-CitrusBakery Posted July 23 Author Share Posted July 23 @tuanphan Amazing, thank you so much!! 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