Dawn 14.0 - change page background and text colors to match theme settings

https://marshallarachnids.com/pages/faqs (password is purpurea)

Automatic theme settings change everything on the site except the actual page background color and text color.

There are also unsightly lines around custom liquid blocks with 0 padding, such as on the page https://marshallarachnids.com/pages/contact-us

Background color in theme settings is #121212. Text is white.

Dear @MarshallArach ,

I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!

Step 1: Go to Admin β†’ Online store β†’ Theme > Edit code:

Step 2: Search for the file base.css. And add this code snippet to the end of the file.

body {
    background-color: #121212 !important;
    color: #ffffff !important;
}

Step 3: Save your code and reload this page.

=>> The result:

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

Have a nice day sir!

1 Like

Thank you! Lastly, could you help me with the code to change my header color to #ffffff as well, please?

Edit: also links are affected

Hi @MarshallArach ,

It’s my plessure to support you.

To change your header color to #ffffff as well, you can add the code css in base.css.

.header-wrapper.color-scheme-4.gradient {
    background: #ffffff !important;
}

or edit color on customize theme at Admin β†’ Online store β†’ Theme > Edit code> Home page> Header > Color scheme:

But, if you change this, the color of text menu in header as same as color of header, and can’t see the list- menu.

=> Once again, you need to change the color of text in list-menu for display it:

Btw, in my opinion, I think with previous header set up, your store still look so good!

fyi,

Have a nice day, sir!