Joomla 6.1.2 Migration - Question | JoomShaper

Joomla 6.1.2 Migration

JP

Jerome PORTERAT

Template 1 week ago

Hello, I have just updated the site www.vins-herr.com to version 6.1.2, and I am experiencing an issue with the Shaper_helixultimate template. Previously, I had a background image, but now it is obscured by a white background for the body and a black background for the footer. Additionally, the menu and footer bars used to span the full width of the page, but that is no longer the case.

Could you please let me know how to resolve this issue?

Best regards,

0
1 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 week ago #230563

Hi there,

Thank you for reaching out, and I apologize for any inconvenience caused by this oversight. Add this css code inside the custom.css file.

.layout-boxed .body-innerwrapper {
    background: transparent;
}
#sp-footer, #sp-bottom {
    background: transparent;
    color: #fff;
}

Best regards,

Toufiqur Rahman (Team Lead, Support)

0