Style the rendered document

Use your own styles

When embedding the rendered document via the esi:include tag, you can prepend with your own style using a <style> HTML tag, like the following example:

<style>
.pbHEADING_1 {
  color: red;
}
</style>

<esi:include
  src="https://pb-b.com/…"
/>

Publish-Bot CSS class names


Publish-Bot generates predictable CSS class names.

Headings


.pbHEADING_{1..4} for H{1..4]
Previous
Next.js