ThemeShaper Forums » Thematic

[closed]

Thematic - Removing Bullets from lists

(4 posts)
  • Started 15 years ago by missbou
  • Latest reply from tsays
  • This topic is resolved
  1. missbou
    Member

    Is there a way to remove the bullets from the sidebar lists when using a Child theme? Total newbie here, as you can tell. Cheers!

    Posted 15 years ago #
  2. missbou
    Member

    Oh, so easy! Thought I'd just post this here, in case anyone else wants a quick solution. Just paste this into your Child theme style.css file:

    /* Remove sidebar list bullets */

    .aside ul ul {
    list-style:none;
    margin:0 0 0 0;
    }

    Piece of cake! :)

    Posted 15 years ago #
  3. aoda
    Member

    Thanks for posting this!

    Posted 15 years ago #
  4. tsays
    Member

    I see this post is quite old, I am wondering if there is an update to this problem? I too would like to remove the bullets from my sidebar, but after adding the above code to the style.css bullets still remain. Is there something I am missing?

    Posted 13 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.