jenniferchinski
05-21-2020
03:16 PM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
2 REPLIES 2
seicolegwr
05-22-2020
06:49 AM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
PaulMathews
05-22-2020
08:49 AM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Jennifer, do the following to modify the css on one particular page:
- In the Site Editor, click the "Pages" menu item in the top navigation bar.
- Click on the page you wish to modify in the pages stack in the left-hand sidebar.
- Click on "SEO Settings" and scroll down to the "Header Code" input box.
- Add the opening and closing style tags (<style> and </style>)
- Between the tags, add your desired css code.