Hey, I was designing my store when I ran into a problem, my divider lines are grey, when I want them a little bit pink, how to do this? Thanks in regards!
LINK:https://e8aaa0-3.myshopify.com/products/body-cleanser?variant=41569514881161
PASSWORD: mohwhi
theme: taste
1 Like
Hi Fleu,
I cant [email removed] your name giving me some error. 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:
.accordion {
border-color: #f5e3dd !important;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!