Shopify themes, liquid, logos, and UX
On desktop, my slideshow looks perfect, with the whole text displayed over the slideshow image. However, it doesn't show like this when I test mobile view. Does anyone have a code or something that can change this? I'm not using an shopify theme, it's customized.
@VINIBOY - Can you please share this page link?
Sure!
115863-5a.myshopify.com
Hi @VINIBOY
If you are using a Shopify 2.0 free OS theme, then please uncheck "Show content below images on mobile" option to make text display in image.
- Helpful? Like and Accept solution! Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hi again! so, that option doesn't appear for me... as I said before, i'm using a theme that it was customized 100% and it wasn't actually taken directly from Shopify, then some settings and options don't appear in my current theme. I had bought a pack of 200 personalized themes, which was made of by a professional that I like in Brazil. These themes are so different that all I have been working before.
Hi @VINIBOY
Please add this code to theme.liquid file, after <head>
<style>
@media (max-width: 749px) {
div[data-wrapper-slidershow] .content-item .wrap_text {
position: absolute !important;
}
}
</style>
- Helpful? Like and Accept solution! Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hey there, that was really helpfull! However, I would still like to know how can I like "move" or "replace" content to above/below or right/left...
I really would like to make the mobile banner content as on desktop
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024