Shopify themes, liquid, logos, and UX
Hi,
I have a custom theme and I can't seem to find a way to make the "add to cart" bigger and making it bold. The other thing is to disable the hover feature of the 'Buy it now' and also bolding the price in green. I also really want all the images and the buttons to have slightly round edges.
I would highly appreciate this help, I have spent quite a bit of time trying to figure these things out.
This is my website www.barakatbazaar.com
Solved! Go to the solution
This is an accepted solution.
Hi @IbrahimW
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
button.btn-atc.btn.btn-primary.w-100 {
font-size: 20px;
font-weight: 900;
padding: 0px;
}
button.btn-buy.btn.btn-sm.btn-outline-secondary.w-100 {
background: #044040;
color: white;
font-size: 20px;
}
.container * {
border-radius: 10px;
}
And save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Check this one for the uppercase.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
button.btn-atc.btn.btn-primary.w-100, button.btn-buy.btn.btn-sm.btn-outline-secondary.w-100 {
text-transform: uppercase !important;
}
And save.
Result:
For the color in of the word that need to have html code and Javascript.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hello @IbrahimW ,
I suggest you, you activate dawn theme, for your current theme have many issues, you just activate DAWN, see the magic.
This is an accepted solution.
Hi @IbrahimW
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
button.btn-atc.btn.btn-primary.w-100 {
font-size: 20px;
font-weight: 900;
padding: 0px;
}
button.btn-buy.btn.btn-sm.btn-outline-secondary.w-100 {
background: #044040;
color: white;
font-size: 20px;
}
.container * {
border-radius: 10px;
}
And save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Marvellous!
Thanks a bunch. This is an immense help.
Hi again,
Two more small things mate, how do you make the "add to cart" button and "buy it now" button all UPPERCASE? And how do you change color to highlight words in a subtitle like the one in the ss:
I want to change the colour of the words "Sunset lamp" in all three images with texts on that page.
www.barakatbazaar.com
This is an accepted solution.
Check this one for the uppercase.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
button.btn-atc.btn.btn-primary.w-100, button.btn-buy.btn.btn-sm.btn-outline-secondary.w-100 {
text-transform: uppercase !important;
}
And save.
Result:
For the color in of the word that need to have html code and Javascript.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024