How do I make this line, under the text "Cart" to color #E2E2E2?

www.onecap.se

Skärmavbild 2023-09-11 kl. 21.01.15.png

  1. Go to online store

  2. Edit code

  3. Open Style CSS

  4. 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.

  1. Where do we go to find this “style.css” file?

Can it be found within the “edit code” directory from the admin backend?

Once you click on edit code you will see a list of all files available with a search box on the left side just type the name of the file and open it

But it differs from theme to another some has the name base.css others style.css

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

Okay this one solved

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;
}