This is an accepted solution.
Add this css:
@media only screen and (max-width: 749px){ .slideshow__text-wrap--mobile {background-color: transparent !important;visibility: hidden !important; } }
Let me know if need any help
Hello @Jasoliya I successfully modified too using the following:
@media only screen and (max-width: 749px){ .slideshow__text-wrap--mobile {background-color: transparent !important;visibility: hidden !important; } .slideshow__arrows {display: block !important;} .slideshow__controls{top: auto !important;bottom: 10 !important;left: 0 !important;} }
the only problem is the buttom with link "shop now" is not visible anymore in the mobile version, do you know how to solve this?
I mean on the desktop version i can see the Heading, subheading and button label with the button link i used while on the mobile version disappeared.
EDIT: i just solved changing visibility to "visible"
Could be possible to move the "shop now" label a bit Upper under the slideshow?
thanks
Above is given my solution that you need to add in asset->theme.scss file at bottom
if not work then send store url
User | Count |
---|---|
497 | |
208 | |
130 | |
80 | |
44 |