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

URL: https://www.meta25.studio/

1 Like

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 :

2 Likes

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?

1 Like

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

1 Like

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;
}

1 Like

How about the Send button?

1 Like

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;
}

2 Likes

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

1 Like

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;
}

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

1 Like

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;
}

2 Likes

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!

1 Like

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?