Editing HTML/CSS on a specific page

Hi, I want to edit the layout of one specific page on my website. How can I do that?

I tried adding the html with embed code on the specific page but I also need to style and add CSS. How do I do this without changing the layout of my whole website? I just want to change that one specific page.

I also want this to change the whole page, not just the inside of the embed code square.

Thank you in advance.

1,257 Views
Message 1 of 3
Report
2 REPLIES 2

@jenniferchinski 

Try using a CSS <style> override for each attribute you want to change and putting it in that page's HEADER CODE. It's worked for me.

Gary

1,226 Views
Message 4 of 3
Report

Jennifer, do the following to modify the css on one particular page:

  1. In the Site Editor, click the "Pages" menu item in the top navigation bar.
  2. Click on the page you wish to modify in the pages stack in the left-hand sidebar.
  3. Click on "SEO Settings" and scroll down to the "Header Code" input box.
  4. Add the opening and closing style tags (<style> and </style>)
  5. Between the tags, add your desired css code.
1,218 Views
Message 4 of 3
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.
grz-custom-initialLetter