Shopify themes, liquid, logos, and UX
As you can see, there is an issue with the website being mobile optimized. I want the text above the button to be seen on both mobile and PC. my website is https://lobonewyork.com/
Solved! Go to the solution
This is an accepted solution.
Hello @gihan7575
I would like to give you a solution to support you:
1. Go to Online Store-> Theme-> Edit code
2. Open your theme.liquid theme file
3. Paste the below code before </body> :
<style>
@media only screen and (max-width: 749px){
.slideshow__title, .slideshow__subtitle {
display: block !important;
}
}
</style>
Was my reply helpful? Please Like and Accept Solution. This mean alot to me.
This is an accepted solution.
Hello @gihan7575,
Glad to support you today.
I checked your page on Mobile and found the Text hidden is due the Theme add CSS code to hide:
To can show that text on mobile, you can check out my suggestion below to make it:
1. Go to Edit code on Online Store:
2. add my code above the </body> tag on Theme.liquid:
<style>
@media only screen and (max-width: 749px){
body.template-index .slideshow__title, body.template-index .slideshow__subtitle {
display: block !important;
}
}
</style>
I hope you find the answer helpful.
Kind & Best regards,
GemPages Support Team.
This is an accepted solution.
Hello @gihan7575
I would like to give you a solution to support you:
1. Go to Online Store-> Theme-> Edit code
2. Open your theme.liquid theme file
3. Paste the below code before </body> :
<style>
@media only screen and (max-width: 749px){
.slideshow__title, .slideshow__subtitle {
display: block !important;
}
}
</style>
Was my reply helpful? Please Like and Accept Solution. This mean alot to me.
It worked. Thanks for your help.
Hi,
I have added this code and it still does not show up on mobile when it is in portrait mode but does when it is landscape.
This is an accepted solution.
Hello @gihan7575,
Glad to support you today.
I checked your page on Mobile and found the Text hidden is due the Theme add CSS code to hide:
To can show that text on mobile, you can check out my suggestion below to make it:
1. Go to Edit code on Online Store:
2. add my code above the </body> tag on Theme.liquid:
<style>
@media only screen and (max-width: 749px){
body.template-index .slideshow__title, body.template-index .slideshow__subtitle {
display: block !important;
}
}
</style>
I hope you find the answer helpful.
Kind & Best regards,
GemPages Support Team.
This works as well, thanks GemPages
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025