• Resolved [email protected]

    (@sybrigsybrigdoktercom)


    A designer made a site for me using Dazzling (they made a child theme).
    Now, within the last month, the background of all pages changed from white to a dark grey.
    can this be due to an update of the dazzling theme?
    How do I change it back?

    thanks for any help!

Viewing 1 replies (of 1 total)
  • Hi @[email protected].

    I hope you are well today and thanks for posting here.

    I am not sure what might have caused it but you can change the background color to white again by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

    body {
        background: #fff !important;
    }

    Best Regards,
    Movin

Viewing 1 replies (of 1 total)
  • The topic ‘changed colour in child theme’ is closed to new replies.