JA Dev
Let me explain….
In previous templates I’ve used from Joomart, to apply a class style to a <ul>, all I had to do was add the class to the <ul> as below.
<ul class="arrow">
<li>List item 1</li>
<li>List item 2</li>
<li>List item 3</li>
<li>List item 4</li></ul>
However, with JA Kyanite, I can only get the style to display if I also add the additional html code to each <li> list item as below…
<ul class="arrow">
<li><span class="icon"> </span>List item 1</li>
<li><span class="icon"> </span>List item 2</li>
<li><span class="icon"> </span>List item 3</li>
<li><span class="icon"> </span>List item 4</li>
</ul>
This is as described in the Typography page on the demo site. I was wondering why this new method has been introduced as it takes the user/publisher longer to implement. Can you suggest a quick way to implement if im using JCE editor?