Strange Background Colors - Question | JoomShaper

Strange Background Colors

HR

Hans Rencke

SP Page Builder 1 year ago

Have a look at: https://galatea.rencke.com/laes-artiklar or https://galatea.rencke.com/elmiljo

Yesterday the pages changed backgroundcolor from white to this blue/gray. I don't know what happened

Is there a function to change this back to white?

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #166702

Hi there!

Thanks for reaching out.

Which background color did you mean, please?

https://share.cleanshot.com/fcxShPdk

However, for both here is the code snippet, you need to put in your custom CSS:

.layout-boxed .body-innerwrapper {
    background: white !important;
}
body.ltr.offcanvs-position-right .body-wrapper {
    background: white !important;
}

Here is all about custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Best Regards

0
HR
Hans Rencke
Accepted Answer
1 year ago #166706

The codesnippet fixed the problem...thanks

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #166914

Hi,

Glad that I could help and you are always welcome:)

You may accept the most useful answer in order to close the post.

Have a nice day!

0