I’m just customizing my site and i’ve added a slide show with images which come with a heading text box i can’t remove. Is there a way to remove or hide this text box, or atleast reduce the size of it?
Thank you
I’m just customizing my site and i’ve added a slide show with images which come with a heading text box i can’t remove. Is there a way to remove or hide this text box, or atleast reduce the size of it?
Thank you
You need to make use of premium theme to have want you want
So it can’t be done? I’ve tried a few different premium templates and actually prefer Dawn. It’s just a shame it’s not more customisable.
Hi @jenjen80 ,
You can just remove the text inside the slideshow.
In your Admin page > Online store > Themes > Click “Customize” to the theme you want to edit.
Find the section “Slideshow”, click the “image slide” (see image as reference)
Brilliant, thank you! I’ll try that ![]()
This hasn’t worked as it still just leaves a blank text box? Any suggestions?
Hi @jenjen80 ,
So sorry. I thought you want to remove the text only. If you want to hide the banner text box just follow the instructions below.
.slideshow__text.banner__box {
display: none;
}
Brilliant, thank you. I wanted to make the whole box and text smaller, but just as happy to remove so you can see the full slide. Thanks again!
That really works ![]()