How to reset code and change header color on dawn theme?

https://nrz-stores.myshopify.com/admin/themes/129400045739/editor

Hi there i need help with resetting code on my store and need help to change header color on dawn theme

Thank you

1 Like

@nirajbhusal
Where you have added the code,

rollback the file,

1 Like

share your store url

@nirajbhusal
you can roll back the file code from these option,
older to new or new to older, and multiple option by the time.

1 Like

https://nrz-stores.myshopify.com/admin/themes/129400045739/editor

1 Like

@nirajbhusal add this code in timber.scss

you can replace color code

.site-header {background-color: #f70707 !important;

}

@nirajbhusal
I have already given you the suggestion to rollback code file,
if you don’t do that their is no other way.

.header-bar {
    background-color: red !important;
}

@nirajbhusal

And to change color try out this code. Add this code in the theme.css or theme.scss file.

1 Like