• Resolved chrismv

    (@chrismv)


    Hello,
    I would like to remove the little white bullet points in my sidebar menu. I went into my css and tried adjusting my css as per some of the posts mentioned in this forum, but till now, no luck ?? Can you have a look at my site and let me know if you see anything? Any help is appreciated.

    Thanks

    https://onlinemoneymakingproject.com/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    find this element in your CSS:

    .block ul li, .widget ul li {

    remove this property from that element:

    background-image:url("../images/bullet_clear.png");

    Thread Starter chrismv

    (@chrismv)

    Thanks t-p! That did the trick. I was looking in the wrong CSS.

    fyi for anyone using the Jambo theme.

    I was a little confused when I did not see it in the custom CSS sheet. I then realized there were 6 style sheets. The one Jambo defaults to is the style 1 (or it depends on the style you choose). Anyways I found the property element:

    background-image:url(“../images/bullet_clear.png”);

    in the master.css and it out. I also commented out the one found in

    widget li.page_item ul li {

    Thanks again t-p for the quick response and all your help!

    Moderator t-p

    (@t-p)

    You are welcome!

    please mark this thread “resolved” using the dropdown in the right panel.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't remove bullets from sidebar widgets.’ is closed to new replies.