Solved

Customization on "Prestige" buttons and images

DarioT992
Tourist
9 0 3

Theme: Prestige
URL: https://nvs-the-label-5031.myshopify.com/

 

Hi,

we use the "Prestige" theme. We would like to have the buttons rounder, so we can adjust the corner radius.

On the other hand, under the point "Shop-the-look" the image is relatively very huge is it possible to make the whole image smaller? If we set the file to 800x800px, for example, a gray border appears.

Many thanks

Accepted Solution (1)

MandasaTech
Shopify Expert
723 146 153

This is an accepted solution.

Hello @DarioT992 

Go to Online store >> Edit code >> Assets >> theme.css
Add this code below of theme.css file

.Button {
border-radius: 25px !important;
}
.Button:before {
border-radius: 25px !important;
}

 

☞ Helpful or Question answered? Please Click Like & Mark it Accepted Solution
☞ Want to modify or custom changes on store for affordable price? Click on Contact button here
☞ Email at info@mandasa.in
☞ Whatsapp at +918989609120 | Hire us at: Website Support Page

View solution in original post

Replies 3 (3)

MandasaTech
Shopify Expert
723 146 153

This is an accepted solution.

Hello @DarioT992 

Go to Online store >> Edit code >> Assets >> theme.css
Add this code below of theme.css file

.Button {
border-radius: 25px !important;
}
.Button:before {
border-radius: 25px !important;
}

 

☞ Helpful or Question answered? Please Click Like & Mark it Accepted Solution
☞ Want to modify or custom changes on store for affordable price? Click on Contact button here
☞ Email at info@mandasa.in
☞ Whatsapp at +918989609120 | Hire us at: Website Support Page
DarioT992
Tourist
9 0 3

Hi MandasaTech, 

 

thank you very much it works. Could you check my second question is there also a solution for? 

Many thanks

DarioT992
Tourist
9 0 3

Hi MandasaTech, 

 

your code helped us to round the buttons. Is it possible to round also the button transitions (hover animation). 
URL: www.nvsthelabel.com Password: Shopify2022#

 

Many thanks