How to colorize the bottom of the page
-
I want to ask that the parts at the bottom of the page that I circled are always gray, not black. Where should I adjust the color so that these parts can be black? Thank you very much.
Attachments:
You must be
logged in to view attached files.
Hello,
Please navigate to the Theme Settings >> Style & Color >> Pages Background >> Set the color for all pages background: https://ibb.co/5WS0np5
Best Regards.
I changed the color of all the background pages to black, but the areas I circled still don’t turn black
Attachments:
You must be
logged in to view attached files.
Hello,
We apologize for the inconvenience you are experiencing. To assist you effectively, please provide your Site WP-ADMIN login details in the Private Content field. This will enable us to investigate the issue on your site.
Best Regards
Please help me check. Thank you very much
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-prefooter{
padding-bottom: 0px !important;
}
Best Regards