Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing background colour #79

Closed
joachimBrindeau opened this issue Aug 31, 2021 · 1 comment
Closed

Changing background colour #79

joachimBrindeau opened this issue Aug 31, 2021 · 1 comment

Comments

@joachimBrindeau
Copy link

Hello,

I really like your them but could you please give me a hand?

I'm trying to replace the light gray background everywhere on my website dreets with another color (#B7CEC4) but don't know where to begin.
I tried the CSS I found online to no avail.

Thank you for your help.
Joachim

@zutrinken
Copy link
Owner

Hey! Happy to see you using it! You have to add the following to your code injection settings:

<style>
  #wrapper {
    background: #B7CEC4;
  }
</style>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants