View Single Post
  #2  
Old 02-05-2016, 12:15 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: CSS Question. How to format descriptions?

In the WYSIWYG editor, just highlight your text and click the 'unordered list' button.

HTML code produced...

<ul>
<li>Detail 1</li>
<li>Detail 2</li>
<li>Detail 3</li>
</ul>

To customise the bullets appearance you'd need to add custom CSS, like in this tutorial.
__________________
xcartmods.co.uk
Reply With Quote