Can't Change The Background Color - Question | JoomShaper

Can't Change The Background Color

D

Dominik

SP Page Builder 1 year ago

Hi there

Unfortunately I can't manage to set the background to black. This is probably due to the box layout. But I don't know where I can change this without changing the rest of the homepage. I only want to change this one page.

https://prnt.sc/xypyJRJPX_sC

Yes, I know that the homepage is still running on Joomla 3 and everything is outdated. There will be a new homepage, but we have to work with this version until then.

Thank you Domi

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #150709

Hi

Thanks for contacting us. Use this CSS in your custom.css file

.site-content {
    background-color: black !important;
}

-Regards.

0
D
Dominik
Accepted Answer
1 year ago #150723

Thank you very much, Mehtaz!

Domi

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #150750

You are most welcome.

0