Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • robertpolson Friend
    #147419

    Please help. My site is missing bullet points. As soon as I switch to any other template, bullet points appear properly.

    Here is my template.css – http://pastebin.com/m27787da6

    website: http://www.staroversky.com

    jaybrd1 Friend
    #328632

    You might try changing the setting on Line 45 in addons.css.

    <blockquote>ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;</blockquote>

    Currently, you have list-style-type set to none, maybe try changing “none” to “circle

    Try that first and see if it makes a difference for you.

    Good Luck.

    robertpolson Friend
    #328703

    I only found this in addon.css:

    ul {
    list-style: none;
    }

    Changing it to circle did nothing.

    Any other ideas?

    robertpolson Friend
    #328706

    The problem is somewhere in template.css

    So far I narrowed down the problem to the modified template.css file

    Original template.css that has bullet points: http://pastebin.com/f16855c0f

    Modified template.css by someone else to change for blue color which has not bullet points: http://pastebin.com/f5ae4ddd3

    I am not skilled in css and so far comparing the two together, I was not able to understand the difference that makes up for the missing bullet points.

    Please help.

    jaybrd1 Friend
    #328739

    I would suggest looking for the same thing I suggested above, but look in both template.css and typo.css

    robertpolson Friend
    #328740

    I cannot find “list-style-type”

    jaybrd1 Friend
    #328769

    Check ALL the css files that came with the template. You might even replace temporarily the ones that you changed, putting the original css files back.

    Try looking at addons.css again, but look for <blockquote>ul{list-style:none}</blockquote>
    Then change none, this should change it for you, if you do not see it, add it to the bottom of the addons.css file.

    micrantha Friend
    #328781

    Hello robertpolson

    In your file template.css you have code:

    /* List ---*/
    .column1 ul li {
    background: url(../images/bullet.gif) no-repeat 20px 7px;
    line-height: 160%;
    overflow: hidden;
    padding-left: 30px;
    }

    If you change selector .column1 to .column you have your list-style images back I suppose.

    good luck,
    Micrantha

    robertpolson Friend
    #328811

    <em>@micrantha 159723 wrote:</em><blockquote>Hello robertpolson

    In your file template.css you have code:

    /* List ---*/
    .column1 ul li {
    background: url(../images/bullet.gif) no-repeat 20px 7px;
    line-height: 160%;
    overflow: hidden;
    padding-left: 30px;
    }

    If you change selector .column1 to .column you have your list-style images back I suppose.

    good luck,
    Micrantha</blockquote>

    Thank you. Thad fixed it !

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 3 voices, and was last updated by  robertpolson 14 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum