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

Solved

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

jenjen80
Tourist
8 0 2

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

Accepted Solution (1)

made4Uo
Shopify Partner
3877 719 1231

This is an accepted solution.

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)

made4Uo_0-1655764574281.png

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

made4Uo_1-1655764635210.png

 

4. Then click SAVE

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free

View solution in original post

Replies 10 (10)

TemmySteem
Tourist
8 0 1

You need to make use of premium theme to have want you want

jenjen80
Tourist
8 0 2

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.

made4Uo
Shopify Partner
3877 719 1231

This is an accepted solution.

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)

made4Uo_0-1655764574281.png

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

made4Uo_1-1655764635210.png

 

4. Then click SAVE

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
jenjen80
Tourist
8 0 2
Brilliant, thank you! I’ll try that 😊
jenjen80
Tourist
8 0 2

This hasn't worked as it still just leaves a blank text box? Any suggestions? 

made4Uo
Shopify Partner
3877 719 1231

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;
}

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
jenjen80
Tourist
8 0 2
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!
Sohail_karim
Excursionist
17 0 2

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 ? 

 

Sohail_karim_0-1657651069427.png

 

made4Uo
Shopify Partner
3877 719 1231

Hi @Sohail_karim,

 

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

 

made4Uo_0-1657665794207.png

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
Sohail_karim
Excursionist
17 0 2

That really works 🙂