-
AuthorPosts
-
March 28, 2010 at 6:46 pm #149901
Hi All,
I am trying to get rid of the lists formatting in my module but its making me go crazy. I have tried assigning all type of module class suffix but with no luck.
Can someone please help me get rid of those dots showing in the attached picture.
Regards,
Omar
micrantha Friendmicrantha
- Join date:
- May 2007
- Posts:
- 465
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 158 times in 148 posts
March 28, 2010 at 7:08 pm #338129Hello,
Could you give a URL? In picture it is not clear; looks like your issue is in content, not in module.Regards,
MicranthaMarch 28, 2010 at 7:12 pm #338132micrantha Friendmicrantha
- Join date:
- May 2007
- Posts:
- 465
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 158 times in 148 posts
March 28, 2010 at 7:28 pm #338135Hello,
In you stylesheet k2.css you see this line:
/* --- Zebra rows --- */
.even {background:#fffff0;padding:2px;border-bottom:1px dotted #ccc;list-style:none;}
.odd {background:#fff;padding:2px;border-bottom:1px dotted #ccc;list-style:none;}But in template.css you have this general code for list-style:
/* List ---*/
.column ul li {
background: url(../images/bullet.gif) no-repeat 15px 6px;
line-height: 160%;
padding-left: 25px;
margin-bottom: 5px;
line-height: 1.3;
overflow: hidden;
}Here you can change whatever you wish.
Good luck,
Micrantha1 user says Thank You to micrantha for this useful post
March 28, 2010 at 7:41 pm #338136thanks … works great
bohemiadesign Friendbohemiadesign
- Join date:
- March 2010
- Posts:
- 194
- Downloads:
- 26
- Uploads:
- 19
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
April 15, 2010 at 11:37 am #340468If you change .column ul li css – doesn’t that affect all list on the all the pages using the template?
I have a similar problem that I have bullet list showing up in my modules. i have enve tried to add the “background-image:none; list-style:none” in the relevant css files for the modules I use but it doesn’t seem to make any difference.How do change for only the modules?
Ps
I use RAsite template but came across this post while searching the forums – maybe it is the same issue?Thanks
jonasSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 19, 2010 at 2:53 am #340720Dear bohemiadesign!
I think that you ‘ll the suffix class to disble the bullet for the expectly UL tag.
example: you ‘ll create a style css as following:
.nobullet {
background:none!important
}and put above style into the template.css file
2) you edit a module, you put the nobullet text into the Suffix class Module parameter
Good luck
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 4 voices, and was last updated by Saguaros 14 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Module List Formatting
Viewing 7 posts - 1 through 7 (of 7 total)