Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • mplayoust

    (@mplayoust)

    Ok, figured it out myself after (much) more trial-and-error. For anyone else wanting to do the same thing, here is what’s needed to remove bullets from categories widget in bueno:

    #container .widget_categories ul li {
    background:none!important;
    list-style:none!important;}

    NB: !important is needed to override default css.

    mplayoust

    (@mplayoust)

    great thanks for your response – bullets are gone from customised menu (home link) and recent posts but still appearing in categories.

    My CSS now reads as follows:

    #sidebar
    .widget ul li a:link, .widget ul li a:visited {
        background: none;
        border-bottom: none;
        padding-left:15px;
    }

    Interestingly, the padding is changed for the categories but not the bullets?

    I have also tried repeating this code using .widget_categories but to no avail. Any ideas?? thanks v. much.

    mplayoust

    (@mplayoust)

    Hi – I am new to css and I also want to remove the sidebar bullets for my beuno-themed site:

    https://michelleplayoust.wordpress.com/

    I have tried the above changes plus many others but none seem to work for me.

    I would also like to display only the top level category in my sidebar – is that possible?

    Any suggestions would be greatly appreciated, thx.

Viewing 3 replies - 1 through 3 (of 3 total)