Wrapper background for Home page
-
Hello Team,
I want to know how to change Wrapper background color for only Home page. The current setup from style & color > Pages background > Wrapper background for all pages changes background for all the pages. But I want change only Home pages and it should not after any other pages. Can you please guide me on this . Thanks in advance
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.home .main-page-wrapper {
background-color: orange;
}
Regards.
Xtemos Studios.