Remove Button Boarder (sizing) - Prestige Theme.

Solved

Remove Button Boarder (sizing) - Prestige Theme.

emilyaugstudios
Explorer
100 0 39

Hi! Does anyone know how to remove the button boarder from the size options and quantity selector

on my product page? From what I can tell, these are 'Form input' buttons, if that helps. I am using the Prestige theme.

 

Screenshot 2024-08-11 at 17.57.21.png

 
Thank you!
Emily
Accepted Solutions (2)
Moeed
Shopify Partner
4932 1302 1577

This is an accepted solution.

Hey @emilyaugstudios 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.block-swatch {
    border: unset !important;
}
quantity-selector.quantity-selector {
    border: unset !important;
}
</style>

RESULT:

Moeed_0-1723402744756.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

 

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Moeed
Shopify Partner
4932 1302 1577

This is an accepted solution.

Hey @emilyaugstudios 

 

Keep the previous code and add this new code above </style> in the end of theme.liquid file.

:checked+.block-swatch {
    text-decoration: underline !important;
}

RESULT:

Moeed_0-1723404548132.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 9 (9)

Moeed
Shopify Partner
4932 1302 1577

Hey @emilyaugstudios 

 

Share your Store URL and Password if enabled.

 

Best Regards,

Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
emilyaugstudios
Explorer
100 0 39

Hi!

 

The website URL is - https://927103-16.myshopify.com/

 

There is no password on the website. Thank you for the help!

Moeed
Shopify Partner
4932 1302 1577

This is an accepted solution.

Hey @emilyaugstudios 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.block-swatch {
    border: unset !important;
}
quantity-selector.quantity-selector {
    border: unset !important;
}
</style>

RESULT:

Moeed_0-1723402744756.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

 

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
emilyaugstudios
Explorer
100 0 39

Hi Moeed, thank you for the help that worked great! I don't support you know how to make an underline appear under the size option when selected, similar to this website - https://arcinaori.com.au/products/blake-set-sky?variant=45943544348836

 

I'm just thinking if there's no button outline customers won't know which option they have selected but I hate how chunky/blocky the buttons make it look.

Moeed
Shopify Partner
4932 1302 1577

This is an accepted solution.

Hey @emilyaugstudios 

 

Keep the previous code and add this new code above </style> in the end of theme.liquid file.

:checked+.block-swatch {
    text-decoration: underline !important;
}

RESULT:

Moeed_0-1723404548132.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
emilyaugstudios
Explorer
100 0 39

Legend! Thank you for all your help Moeed 😄

Moeed
Shopify Partner
4932 1302 1577

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

PageFly-Richard
Shopify Partner
4584 1049 1710

This is Richard from PageFly - Shopify Page Builder App

I can help you. Please can you provide the website url. Thank you.

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

emilyaugstudios
Explorer
100 0 39

Hi!

 

The website URL is - https://927103-16.myshopify.com/

 

There is no password on the website. Thank you for the help!