Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • omar al ansari Friend
    #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


    1. Picture-1
    micrantha Friend
    #338129

    Hello,
    Could you give a URL? In picture it is not clear; looks like your issue is in content, not in module.

    Regards,
    Micrantha

    omar al ansari Friend
    #338132
    micrantha Friend
    #338135

    Hello,

    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,
    Micrantha

    omar al ansari Friend
    #338136

    thanks … works great

    bohemiadesign Friend
    #340468

    If 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
    jonas

    Saguaros Moderator
    #340720

    Dear 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

Viewing 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