Remove Background Color - Question | JoomShaper

Remove Background Color

SR

Sonia Rioux

Template 22 hours ago

I'd like to know how to remove the blue rectangle at the bottom of the page. Coming soon. https://justelegale.com/index.php?templateStyle=14&tmpl=comingsoon

0
1 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 14 hours ago #219651

Hello Sonia,

Thanks for reaching out to us.

Please, use this css, in your custom css, You may check this documentation to add custom css: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta#documentation-heading-3

html.coming-soon body:after {
    content: unset;
}

Thanks

0