How to change "View All" & "Choose Options" border to rectangle? - Dawn Theme

Solved

How to change "View All" & "Choose Options" border to rectangle? - Dawn Theme

randytheasian
Explorer
115 0 23
Accepted Solution (1)

devcoders
Shopify Partner
734 92 187

This is an accepted solution.

Hello @randytheasian 

 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

 

.quick-add__submit:after{
border-radius: 0;
}
.collection__view-all a:not(.link):after {
border-radius: 0!important;
}

 

Output :

 

devcoders_0-1734183743938.pngdevcoders_1-1734183755018.png

 

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

View solution in original post

Replies 12 (12)

devcoders
Shopify Partner
734 92 187

This is an accepted solution.

Hello @randytheasian 

 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

 

.quick-add__submit:after{
border-radius: 0;
}
.collection__view-all a:not(.link):after {
border-radius: 0!important;
}

 

Output :

 

devcoders_0-1734183743938.pngdevcoders_1-1734183755018.png

 

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
devcoders
Shopify Partner
734 92 187

Hello @randytheasian 

 

Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
randytheasian
Explorer
115 0 23

How do I change the same issues for the cart page?

Screenshot 2024-12-14 at 10.17.08 PM.png

devcoders
Shopify Partner
734 92 187

Hello @randytheasian 

 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

.cart__warnings .button {
border-radius: 0;
}

 

devcoders_0-1734186716936.png

 



Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
randytheasian
Explorer
115 0 23

How about the Send button?

Screenshot 2024-12-15 at 12.06.33 AM.png

devcoders
Shopify Partner
734 92 187

Hello @randytheasian 

 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

 

button.button {
border-radius: 0;
}

 

devcoders_0-1734198348208.png

 

 

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
randytheasian
Explorer
115 0 23

How do I make it white background with black border, and black text? Just like the homepage

devcoders
Shopify Partner
734 92 187

Hello @randytheasian 

 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

 

button.button::after {
    border-radius: 0;
}
button.button {
    background: #fff;
    color: #000;
    border-radius: 0;
}

 

devcoders_1-1734198818589.png

 

 

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
randytheasian
Explorer
115 0 23

After adding the codes for "send" button, "Choose Options" borders are missing. Also need help on Choose Option button's to become rectangular border. 

 

Screenshot 2024-12-15 at 2.00.23 AM.png

devcoders
Shopify Partner
734 92 187

Hello @randytheasian 

 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

 

 

.quick-add button.button {
    border: solid 2px #000;
}

 

devcoders_0-1734200072555.png

 

 

 

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
devcoders
Shopify Partner
734 92 187

Hello @randytheasian 

 

You're very welcome! I'm glad to hear that you're pleased with the outcome. Please feel free to reach out if you need further assistance.

If my assistance was helpful, please consider liking and accepting the all solution. Thank you!

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
randytheasian
Explorer
115 0 23

Do you mind checking my codes? I think the border is there but I've changed from the color schemes many times

I think like the coding borders are overlaying the default borders.  

Could you shoot me a message via +60122725398 on WhatsApp?

 

Screenshot 2024-12-15 at 2.21.25 AM.png