jezpoole Posted July 30, 2021 Share Posted July 30, 2021 I have a banner that plays a video on desktop, with text over it. When viewed on mobile, I've replaced the video with an image. However, I need to hide the text too, so only the static image can be seen. Is there any css that could help me do this? Any help greatly appreciated. Link to comment
tuanphan Posted July 31, 2021 Share Posted July 31, 2021 18 hours ago, jezpoole said: I have a banner that plays a video on desktop, with text over it. When viewed on mobile, I've replaced the video with an image. However, I need to hide the text too, so only the static image can be seen. Is there any css that could help me do this? Any help greatly appreciated. Hi. Can you share site url? We can check easier 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
jezpoole Posted August 2, 2021 Author Share Posted August 2, 2021 Great @tuanphan it's 'https://www.eurodome.com/' Many thanks in advance.. Link to comment
tuanphan Posted August 3, 2021 Share Posted August 3, 2021 15 hours ago, jezpoole said: Great @tuanphan it's 'https://www.eurodome.com/' Many thanks in advance.. Hide text + button or text only? 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
jezpoole Posted August 3, 2021 Author Share Posted August 3, 2021 @tuanphan both text and button. Many thanks Link to comment
tuanphan Posted August 4, 2021 Share Posted August 4, 2021 18 hours ago, jezpoole said: @tuanphan both text and button. Many thanks Hi. Add this code to Design > Custom CSS /* Mobile-Homepage */ /* remove top banner text button */ @media screen and (max-width:640px) { body.homepage .desc-wrapper * { 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
jezpoole Posted August 4, 2021 Author Share Posted August 4, 2021 @tuanphan Awesome, thanks 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