Shape 5

Joomla Templates => Touch of Soul - Club => : ben1265 July 05, 2010, 12:06:14 PM



: Making bullets appear in unordered lists in articles
: ben1265 July 05, 2010, 12:06:14 PM
I'm trying to have bulleted lists in a article, but the template is set up not to show the bullets. I found the right statement in editor.css, and removed it (ul  { list-style:none outside none; } ), but now, ALL the menus have bullets showing in places where they shouldn't, pretty much defacing the entire site. Therefore, getting rid of that line in editor.css is a bad idea.
What I need is a way to override that command for articles, so that the bullets continue to be suppressed in the menus, but do show up in articles. Can anyone please give me a hand?
Thanks!


: Re: Making bullets appear in unordered lists in articles
: mikek July 05, 2010, 12:14:01 PM
Hello,

It would depend a little bit on the layout of your articles. Can you please post a url and mention the specific text that you would like to have bullets?


: Re: Making bullets appear in unordered lists in articles
: ben1265 July 05, 2010, 12:48:22 PM
Thanks!
The lists I need bulleted are in the spotlight news categories. You can see them at the bottom of the main page here:
http://oacic.org/index.php
The first item is "OACIC to Launch its Scholarship Program for 2010-2011"


: Re: Making bullets appear in unordered lists in articles
: mikek July 05, 2010, 01:37:57 PM
Hello,

Those are not li's. The text is simply just text and the links are <a>'s you cannot apply bullets through css to either of these. Bullets can only be applied to <li>'s.


: Re: Making bullets appear in unordered lists in articles
: ben1265 July 05, 2010, 02:02:23 PM
I know that  :P. I had given up on the idea for the time being, but when I had them, they didn't translate into bullets appearing on the page. Here, I just put them back so you can see. Please check again.

Thanks a bunch!


: Re: Making bullets appear in unordered lists in articles
: mikek July 06, 2010, 07:34:50 AM
Hello,

Adding the following to the bottom of editor.css should work:

.s5_sn_1_text ul li {
list-style:disc;
}

If not try adding it to the bottom of template_css.css