Bullet points not showing in article

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Tue Oct 30, 2012 8:02 pm
Link: http://www.jorendekoning.nl/index.php/c ... -voorkomen

The last 5 rows of the article should be a bullet point list. It is set to that. How can I solve it? Numbers don't work either..
User avatar
Expert Boarder

Konrad M
Wed Oct 31, 2012 10:40 am
Hi,
please try add to override.css
Code: Select all
.itemView ol {
list-style: decimal;
list-style-position: inside;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Wed Oct 31, 2012 12:17 pm
added it in override.css (and enabled it) but it ain't working. See the attachment for the screenshots..

Thank you again.
User avatar
Expert Boarder

Konrad M
Wed Oct 31, 2012 3:29 pm
Try change code to this one:
Code: Select all
.itemView .itemFullText ol {
list-style: decimal !important;
list-style-position: inside !important;
}
User avatar

GK User
Thu Nov 08, 2012 12:16 pm
Nope not working either..
User avatar
Expert Boarder

Konrad M
Thu Nov 08, 2012 12:21 pm
Try update template to the latest version.
User avatar

GK User
Thu Nov 08, 2012 6:48 pm
Done. Not working. Or do I need to remove the ovverride code concerning the bullet points?
User avatar
Expert Boarder

GK User
Thu Nov 08, 2012 7:07 pm
tried it with and witouth the code.. none working. Just to be sure it are all k2 items. On normal items it seems to work. Unfortunately it doensn't show bulletpoints there but a strange other icon. See screenshot.
User avatar
Expert Boarder

GK User
Thu Nov 08, 2012 7:21 pm
I just want regular normal bullet points. Thank you!
User avatar
Expert Boarder

Konrad M
Fri Nov 09, 2012 11:10 am
Can you add screenshot again ? Becasue I don't see any image.
User avatar


cron