How can I reduce button size in the Lorenza theme?

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.

@shel_dee

Please share store URL!

Thanks!

https://swayy-club.myshopify.com/

1 Like

@shel_dee

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!

1 Like

Thank you! Works