Shopify themes, liquid, logos, and UX
Hi, when I add a product to my cart there is an empty button visible.
I'm also wondering on how I can get the corners of my images in the cart rounded.
Thankful for any help!
URL: cutegemz.com passw.: neatyou
Solved! Go to the solution
This is an accepted solution.
For empty button:
Hello! @poe1 Please follow these steps to add this CSS code:
1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. open "base.css"
5. find this class .button, .shopify-challenge__button, .customer button ( line no : 1237 )
5. replace the following code
.button, .shopify-challenge__button, .customer button {
display: inline-flex;
justify-content: center;
align-items: center;
border: 0;
padding: 0 3rem;
cursor: pointer;
font: inherit;
font-size: 1.5rem;
text-decoration: none;
color: #000;
transition: box-shadow var(--duration-short) ease;
-webkit-appearance: none;
appearance: none;
background-color: rgba(var(--color-button), var(--alpha-button-background));
}
Let me know if you need further assistance.
This is an accepted solution.
Hello! @poe1 Please follow these steps to add this CSS code:
1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. If you have a custom CSS file, open that instead.
5. If you can't find your custom CSS file, open "base.css"
6. Add the following code at the end of the file.
body .button, .shopify-challenge__button, .customer button {
color: #000;
}
body .product__media.media.media--transparent, .global-media-settings img {
border-radius: 5px;
}
body .global-media-settings {
border-radius: 5px;
}
Let me know if you need further assistance.
This is an accepted solution.
For empty button:
Hello! @poe1 Please follow these steps to add this CSS code:
1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. open "base.css"
5. find this class .button, .shopify-challenge__button, .customer button ( line no : 1237 )
5. replace the following code
.button, .shopify-challenge__button, .customer button {
display: inline-flex;
justify-content: center;
align-items: center;
border: 0;
padding: 0 3rem;
cursor: pointer;
font: inherit;
font-size: 1.5rem;
text-decoration: none;
color: #000;
transition: box-shadow var(--duration-short) ease;
-webkit-appearance: none;
appearance: none;
background-color: rgba(var(--color-button), var(--alpha-button-background));
}
Let me know if you need further assistance.
Thank you. It worked for the button.
Hello! @poe1 For corners, cart rounded images:
reply to this CSS on
Fine this class in base.css file and replace CSS ( line no : 1125 )
.product__media.media.media--transparent, .global-media-settings img {
border-radius: 5px;
}
Fine this class in base.css file and replace CSS ( line no : 3019 )
.global-media-settings {
position: relative;
border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
border-radius: 5px;
overflow: visible !important;
background-color: rgb(var(--color-background));
}
Sorry, but unfortunately it didn't work. 😕
This is an accepted solution.
Hello! @poe1 Please follow these steps to add this CSS code:
1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. If you have a custom CSS file, open that instead.
5. If you can't find your custom CSS file, open "base.css"
6. Add the following code at the end of the file.
body .button, .shopify-challenge__button, .customer button {
color: #000;
}
body .product__media.media.media--transparent, .global-media-settings img {
border-radius: 5px;
}
body .global-media-settings {
border-radius: 5px;
}
Let me know if you need further assistance.
Perfect! It works. Thank you.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025