Viewing 1 replies (of 1 total)
  • Theme Author Christine Rondeau

    (@crondeau)

    You’re right… so sorry about that.
    I just checked the theme again and it looks like the colour is indeed not possible to change.

    I’ll have to fix that, I’m just not sure when I’ll be able to get to it.

    Here are a few things you could do:

    I tried changing the background and that worked, so you could make a small 10px x 10px image of your colour and upload that.

    You could make a child theme, and making the changes you want to the background in the stylesheet of the child theme.

    Or if you want to do a quick (and dirty) update, you could edith the styles.css by changing:

    body {
     	background:#FFF url(images/grid.png);
    }

    to

    body {
           background:#your color
    }

    When I make an update to the theme you’ll loose that change, so it would be better to make a child theme but then hopefully, you’ll be able to update the theme.

    I’m glad you alerted me to this. I’ll need to fix this as soon as possible.

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Mon Cahier] Background Color (not changing)’ is closed to new replies.