How can I change the color scheme on my Crave theme?

Hi!

I want to edit the theme code of Crave and I’m not exactly sure how to change the colors of the following:

  • Dropdown Menu
  • Sale Price + Original Price

Hope I could get help on this. Thanks!

@happy_juan
Hello
Can You Please Share Store URL…

https://jgsuperstore.com/

Currently it is still on the Supply theme, which was our first theme and has been ever since we started our store.

@happy_juan

Could you provide me store URL? I should be able to answer your question.

Yours faithfully!

@happy_juan ,

for sale price : Apply this code.

span#comparePrice-product-template {
    color: red;
    border-color: red;
}

for drop down menu color :

ul.site-nav--dropdown a {
    color: red;
}
span#productPrice-product-template {
    color: red;
}

Change the color as per you need.


Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Oh on the Crave theme, there is only theme-editor.js under Assets and theme.liquid

There is no scss anymore

@happy_juan
Can You Please Check Your Asset Folder theme.scss.css or base.css
lets see

base.css is present - do I paste the code there instead?

@happy_juan
Yes you paste the code there instead

already pasted but nothing changed in the theme :disappointed_face:

@happy_juan
Hello,
Can You Please Share Your Store Access