I want to change the background color on a single page of my site. Is there a way to set up a CSS style sheet for a specific page?

Options
I looked in the documentation, but couldn't easily find the actual details for setting up a different background color for a specific page while keeping all the other CSS aspects in place.
Tagged:

Comments

  • Hey Michel,

    Any time you want to update the CSS on a specific page the way to do it is to insert an unformatted text part on the page, mark the advanced options and set it to put it in the <head>, and then put into the unformatted text part your CSS with <style> tags around it.

    Thanks!
    Karen

Categories