Appearance > Theme Options > Other Settings > Custom CSS Box add this code:
#container-shadow {
background: #fff;
}
Now make sure to save.
Thread Starter
dorinL
(@dorinl)
thank you very much!!
and thanks for such quick reply also! 🙂
No problem, come back anytime for more help.
Please mark as resolved.
Thanks
Thread Starter
dorinL
(@dorinl)
Hi,
I noticed that my background went back to the peach color, so i updated it again in the CSS box, so while my white background returned on my desktop, when i view my site on my phone i still have that peach color.
How can i fix that?
thanks
Hi @dorinl,
please add the “!important” declaration to your custom CSS to make it more specific than the default CSS:
#container-shadow {
background: #fff !important;
}
Best regards,
Tomas Toman
Thread Starter
dorinL
(@dorinl)
Hi thanks,
I just updated it, but it still didnt work for my mobile unfortunately…
Any other way?
Hi,
I just have displayed the linked website, but the main background was white in all browsers. Please try to refresh your mobile browser and empty cache/cookies.
Also, it seems that you have used a third-party plugin for managing your custom CSS. Please try to insert it into “Theme Options > Other Settings > Custom CSS” instead.
Best regards,
Tomas Toman