Jump to content



Latest News: (loading..)

CKEditor in 2.3.1 - no bullets issue.

ckeditor 2.3.1 bullets

  • Please log in to reply
No replies to this topic

#1   Mrmike

Mrmike
  • Members
  • 32 posts
  • Real Name:Mike
  • Gender:Male
  • Location:Victoria, BC

Posted 07 March 2012 - 10:17 PM

Hi.

Im finally getting my new 2.3.1 install working the way I like it on the admin side. Ive installed CKEditor and it works just fine for my product descriptions, except for Bullets. They appear in the admin side but not on the store side.

Ive added to my stylesheet.css

TD.main li {
  
list-style-type: circle;

}

and as an extra step Ive changed all list-style-type throughout the stylesheet from :none; to :circle;

But to no avail, I still cannot get Bullets to appear on my product description pages. This worked fine with CKEditor in 2.2

Sorry if this is an obvious question, Im still learning the structure of 2.3.1!
  • any suggestions?
  • thanks!  ^_^