
-
Go to online store
-
Edit code
-
Open Style CSS
-
add this code at the bottom
.header.cart-drawer__header.cart-drawer__content-item {box-shadow: 0 1px #E2E2E2 !important}
Save and you got it.
ah, itâs not working
No problem
Go to your style.css file line 12315
in the box-shadow change it to:
box-shadow: 0 1px #E2E2E2;
This is direct into the original color chosen
still not working..
For those of us who donât know.. and are too embarrassed to ask.
- Where do we go to find this âstyle.cssâ file?
Can it be found within the âedit codeâ directory from the admin backend?
Will you allow collaborator access if I sent you a request to try to help you with this issue ?
Thank you Natasha. One more question. Acknowledging my own ignorance.
Changes made to the .css file will affect the entire website. correct?
If I wanted to make changes to say, individual product templates, or pages. I would instead go into the .liquid code?
Hi no problem you can ask whatever you want, I am happy to help
Yes correct you donât play around with your css files you add new code to what you want to modifiy and you add IDâs if you want it to be specific to a section
let me know what you need to accomplish and I will be happy to assist you with it
Hello @OneCap
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->styles.css>Add this code at the bottom.
header.cart-drawer__header.cart-drawer__content-item {
box-shadow: none;
}


