Solved

Reduce Button Size "Lorenza" Theme

shel_dee
Tourist
3 0 1

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.

Accepted Solution (1)
dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 4 (4)

dmwwebartisan
Shopify Partner
12289 2547 3698

@shel_dee 

Please share store URL!

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
shel_dee
Tourist
3 0 1
dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
shel_dee
Tourist
3 0 1

Thank you! Works