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.