All Collections
Theme
Debutify 2.0.2
Where are Slideshow Settings and How to Change Shop Now Button Layout?
Where are Slideshow Settings and How to Change Shop Now Button Layout?
Marang Marekimane avatar
Written by Marang Marekimane
Updated over a week ago

Slideshow Section

Go to Themes > Customize

Click on Slideshow 'Welcome'

How to Change Image Position on Slideshow

Go to Customize > Slideshow > Content > Image Position

How to Change Text Description Position on Slideshow

Go to Customize > Slideshow > Content > Text Alignment

How to Change Shop Now Button Link

Go to Customize > Slideshow > Content > Button Link

How to Fill Color in Shop Now Button

Go to Customize > Slideshow > Content > Button Style > Full

How to Make Shop Now Button Outlined

Go to Customize > Slideshow > Content > Button Style > Full

Customization for Shop Now Button

Please go to Actions > Edit Code > Assets > theme.scss.liquid, paste the following code at the bottom in a new line

How to Change Color of Shop Now Button Only

.hero__btn{

background-color: red !important;

border-color: red !important;

color: white !important;

}

You can change the color from 'red' your preferable color or hex-decimal code.

Did this answer your question?