Dawn theme template - can i change the size of the 'heading' text boxes on slide show?

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.

  1. In your Admin page > Online store > Themes > Click “Customize” to the theme you want to edit.

  2. Find the section “Slideshow”, click the “image slide” (see image as reference)

  1. Another option settings should open on the right hand side. Delete the word “Image slide” under the heading (see image below)

  1. Then click SAVE

Brilliant, thank you! I’ll try that :blush:

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.

  1. In your Admin page, go to Online store > Themes
  2. Choose the theme you want to edit then click Actions > Edit code.
  3. Open the base.css under the Asset folder.
  4. Add the code 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!

What if i want to show them button only without any background space that covers slideshow just simple button ?? how can i do that ?

just remove the background and add a simple button ?

Hi @Sohail_karim ,

Just unclick the “Show container on desktop” (highlighted in yellow)

That really works :slightly_smiling_face: