Page 1 of 1

How to use CSS Classes and Styles (HTML5 only)

Posted: Wed Feb 15, 2017 9:14 pm
by LionelD
I'm looking for documentation or an example of how I can use CSS Styles and CSS Classes in the skin editor. I'm aware of several forum threads that touch on this topic, especially this one viewtopic.php?t=10341 which does not cover CSS Classes.

I'm especially interested in using CSS classes because I have text that consists of several repetitions of a heading followed by text - like this:

"heading"
"text"
"heading"
"text"

and so on, and I'd like to apply one style to the headings, and another to the text.

I’d appreciate any guidance you can offer, please.

Regards
Lionel

Re: How to use CSS Classes and Styles (HTML5 only)

Posted: Thu Feb 16, 2017 4:02 pm
by jare
+1
Documentation very needed.
The latest beta outputs a styles.css file, how to work with it?

Re: How to use CSS Classes and Styles (HTML5 only)

Posted: Fri Feb 24, 2017 12:53 pm
by LionelD
Connecting the dots: This new thread viewtopic.php?f=6&t=11729&p=48327#p48327 describes how to use CSS classes.

Lionel