Shopify themes, liquid, logos, and UX
Hi all,
New store here: www.levelupprints.net
Trying to change my product card buttons to match my theme a little better. I want them to be solid colour with white text. Please excuse my awful Photoshop. How can I do this in the CSS please? The colour I am using is #008BFF
Current State:
Desired State:
I'd also like to change these 2x buttons on the Product page to the same as the Desired state above please:
Assuming it's all in base.css but I am unfamiliar with the naming conventions of the theme.
Cheers,
zkd_
Solved! Go to the solution
This is an accepted solution.
Go to Online store > Themes > Edit code > open theme.liquid file, add this below code after <head> tag
<style>
.product-form__submit,
.card__content .quick-add__submit {
background: #00aaff !important;
color: #fff !important
}
</style>
- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hi, @zkd_.
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.
.quick-add__submit {
background: #008BFF;
color: white;
}
.button, .button-label, .shopify-challenge__button, .customer button {
background: #008BFF !important;
--border-offset: none;
}
Result:
Does this go in base.css instead of theme.liquid? I can't seem to get this solution to work when putting the code in theme.liquid.
This is an accepted solution.
Go to Online store > Themes > Edit code > open theme.liquid file, add this below code after <head> tag
<style>
.product-form__submit,
.card__content .quick-add__submit {
background: #00aaff !important;
color: #fff !important
}
</style>
- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
You are very welcome
- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hello, I also need the same solution but need to make the button text bold, currently looks like this.
THANK you
Hi, you can try to use the same code above but add more code to make the text bold like this. Make sure you change color code in background and color to your theme code
<style>
.product-form__submit,
.card__content .quick-add__submit {
background: #00aaff !important;
color: #fff !important
font-weight: bold;
}
</style>
- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Thanks works perfect and easy to apply
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024