All Collections
Publish
Custom Pages
Further customizing your Custom Pages
Further customizing your Custom Pages

How to make the custom pages on your Podpage even more custom.

Updated over a week ago

The magic of Podpage is how easy it is to create a great looking website without ever needing to touch HTML, CSS, or Javascript code. Sometimes, however, you want to further customize your page, and if you have the skills, Podpage lets you do that.

First, a big warning

This is NOT a feature for someone who isn't very technical. It requires you to understand how website code works. We can't provide support for custom code, so this is a use-at-your-own-risk feature.

Also, as Podpage evolves, we might change code on our site, that could cause custom code to break. This shouldn't happen that often (if ever) but it's something to be aware of.

Customizing the page

Now that that's covered, when you add custom code to a page, you will want to add either HTML, CSS, or Javascript.

HTML

On your custom page edit page in the Podpage Dashboard, click the <> button. This will open the code editor, where you can add whatever HTML you want.

CSS

You can add CSS that will only be active on this specific custom page in the Custom CSS Code field of the Custom Page editor in the Dashboard.

The CSS code will be the last CSS loaded on the page, so you can overwrite other styles.

Javascript

You can add Javascript that will only be active on this specific custom page in the Custom Javascript Code field of the Custom Page editor in the Dashboard.

The Javascript code will loaded close to the closing body tag.

Did this answer your question?