toimata Posted July 26, 2021 Share Posted July 26, 2021 Hi there, How can i add a custom background for each page ? Regards, Nico Link to comment Share on other sites More sharing options...
Amin Vatandoust Posted December 26, 2021 Share Posted December 26, 2021 Each cms page has its class. For example, if you want to add a background color to a cms page, you can use something like this: .cms-id-2 #wrapper {background: #e4eef1;} you can find the id in the "body" tag or the URL of that page. It may be different on other themes. The above code is for classic. If you are still unable to change it, share your website link. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now