Shopify themes, liquid, logos, and UX
Hello everyone.I use Impulse theme and i need to change the circle bolder color from black to be on color code #c19a6b in product pages and in quick view section also who shows the information of products.And the button "Add to cart" on product pages ,how can i change the colors of text and backround button , text to be on white color and backround of the button on color code #c19a6b.
Solved! Go to the solution
This is an accepted solution.
Thanks for the info, check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.variant-wrapper .variant-input-wrap input[type=radio]:checked+label {
box-shadow: 0 0 0 2px #c19a6b;
}
.payment-buttons .add-to-cart.btn--secondary {
color: #fff;
background: #c19a6b;
border: 1px solid #c19a6b;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @VisarK
Would you mind sharing your store URL? Thanks!
This is an accepted solution.
Thanks for the info, check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.variant-wrapper .variant-input-wrap input[type=radio]:checked+label {
box-shadow: 0 0 0 2px #c19a6b;
}
.payment-buttons .add-to-cart.btn--secondary {
color: #fff;
background: #c19a6b;
border: 1px solid #c19a6b;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks a lot @Made4uo-Ribe
I have one question.To quick view how can i remove buy it now button because it seems the color the same like add to cart its much better to remove
Do you like to remove or change the color? The shared preview is already expire.
@Made4uo-Ribe @I removed quick view so for that reason doesnt show but thanks for helping me previous
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By 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, 2024