Theme “Lorenza”.
How do I change the Hero button width and the product carousel Shop Now button width?
In the theme preview the buttons size is small which is what I want, but on downloading the theme, the button size gets bigger.
Theme “Lorenza”.
How do I change the Hero button width and the product carousel Shop Now button width?
In the theme preview the buttons size is small which is what I want, but on downloading the theme, the button size gets bigger.
Please add following css your assets/index.css bottom of the file.
.slideshow-split .slideshow-split__content-inner .slideshow-split__link {
width: max-content !important;
}
Thanks!
Thank you! Works