Topic Resolution: Resolved
  • Closed
  • Greg Vaughan
    Spectator
    December 18, 2015 at 8:52 pm #23138

    Using the evolve+ theme, bullets default to the arrow format (>). How do I change the bullet format to be square, for instance?

    bbblack.com/style-matters

    Thanks

    Denzel Chia
    Moderator
    Posts: 2656
    December 19, 2015 at 9:43 am #23147

    Hi,

    Use the following in Theme Options -> Custom CSS

    ul, ul ul, ul ul ul {
    list-style-image: none !important;
    }

    Thanks!

    Greg Vaughan
    Spectator
    Posts: 27
    December 20, 2015 at 7:40 am #23156

    Inserting the code you suggested caused the bullets to disappear completely. Do I need to make some modifications to the code to implement various format options? If so, what? I really just want square bullets.

    bbblack.com/style-matters

    Denzel Chia
    Moderator
    Posts: 2656
    December 21, 2015 at 6:42 am #23157

    Hi,

    Use the following in Theme Options -> Custom CSS

    ul, ul ul, ul ul ul {
    list-style-image: none !important;
    list-style-type:square !important;
    }

    Thanks!

    Greg Vaughan
    Spectator
    Posts: 27
    December 21, 2015 at 6:07 pm #23162

    Perfect. Thanks again.

    Greg