numbered list not visible

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Thu Jan 31, 2013 12:25 pm
I declared a text as a numbered list (1. 2. 3. ...) in the editor, but in the frontend it is not visible as a list:

http://web398.webbox239.server-home.org/ver01/index.php?option=com_k2&view=item&layout=item&id=52&Itemid=362

I see a CSS entry in meyers.css:
ol, ul {
list-style: none;
}

when I DEactivate this, it is shown correctly: http://awesomescreenshot.com/028vdeac1

Is this the right way? How can I disabled this entry in my override.css?

thanks
User avatar
Expert Boarder

Konrad M
Thu Jan 31, 2013 1:57 pm
Hi,
please turn on mayer Css again and than please add to override.css
Code: Select all
#k2Container .itemFullText ol {
list-style-type: decimal !important;
}

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

GK User
Thu Jan 31, 2013 2:14 pm
works! thanks!
User avatar
Expert Boarder

GK User
Tue Feb 12, 2013 5:10 pm
Hi.
I am having the same problem.

Your code doesn't work in my case.

http://www.chicagopaws.com/training-top ... ssion.html

Thanks so much,
Jeff
User avatar
Senior Boarder

Konrad M
Wed Feb 13, 2013 4:56 pm
@jmilli please try add this code:
Code: Select all
.item-page ol {
list-style-type: decimal !important;
}
User avatar


cron