[All Adaptavist Apps]

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

This document lists the panels available in Theme Builder 2.0 and their CSS classes and HTML IDs...

...

(warning) Wherever possible, avoid using the ID in your style sheet as these may change in later versions of Builder.

FAQs

Expand
I've added some styles but they aren't taking effect.

...

..
I've added some styles but they aren't taking effect...

Try making them more specific, eg:

Code Block

.atb-body .atb-content h1 {
 color: red;
}