How do I change the color of one page only?
-
This might be the wrong forum, I don’t know
How do I change the theme of one page without changing the rest of the site? Also, I’m not gonna use css or plugins or anything, I do not have money for thatThe blog I need help with is: (visible only to logged in users)
-
Hi there!
Generally speaking, it’s not possible to change the whole color of just one page only without using custom CSS code. Themes generally don’t have the option to apply a different color only on one page. That’s why the use of custom CSS code is required to override the theme default designs.
You could potentially use something like a Group block. Inside the group block, you can have all of the other content on that page (like images, text, etc.). Then, you can add a different background color to the whole group block.
Of course, this will only change the background color of the content area of the page, so other areas like the header and footer will still have the existing color. But it’s an idea you can try to see if you like the results.
Regards
- The topic ‘How do I change the color of one page only?’ is closed to new replies.