White background under footer
-
there’s a white background under footer when i enable darkmode/mobile navbar is there anyway to change it to black?
Attachments:
You must be
logged in to view attached files.
Hi,
I have not seen white background under the footer in your website. Please clear the browser cache and server cache and try again.
Video for clarification:
https://youtu.be/ksFCuyHv3PE
Best Regards.
Its there in the video its behind the navbar as u can see my navbar is a bit transperent when u go all the way down its white behind it .. is there anyway to make it black?
Hi,
Please try adding the following Custom CSS in the Custom CSS for the Mobile area under Theme Settings >> Custom CSS.
div.wd-toolbar {
background-color: black !important;
}
Change the background color as per your need.
Best Regards.