• tjinh200

    (@tjinh200)


    i was wondering how i can add a symbol, something as simple as “-” in front of the links on my sidebar?

    example:

    how it looks now: link 1
    how i’d like it to look: – link 1

Viewing 4 replies - 1 through 4 (of 4 total)
  • drzax

    (@drzax)

    I’m not sure about dashes but a square could easily be done with CSS. In your css file put something like this:

    #menu ul ul {
    list-style-type:square;
    }

    S.

    Thread Starter tjinh200

    (@tjinh200)

    i can’t seem to get that to work correctly, where in the css should it be placed? anywhere in particular? and i assume “#menu” is replaced with the name of my sidebar or something similar…

    thinsoldier

    (@thinsoldier)

    or

    {
    list-style-image: url(blueball.gif);
    }

    https://www.w3schools.com/css/pr_list-style-image.asp

    Thread Starter tjinh200

    (@tjinh200)

    thanks for the link … i need to refresh my css ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘adding symbol in front of sidebar links’ is closed to new replies.