Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #789398

    Hi there, I was wondering if it’s possible to change the bullits in a list to a minus character.
    So a ‘-‘ instead of a ‘•’.

    If that ain’t possible, if is possible to make the bullits smaller (but keep the following text the same size)?

    In the quick CSS I was trying something like:
    .entry-content ul li { list-style-type: none; } .entry-content ul li:before { content: "-"; padding-right: 5px; } but that doesn’t seem to work.

    Best, Haiko.

    #789434

    Hey Haiko,

    Here are two ways to do it:

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #789485

    Hi Victoria,

    Thanks for you quick reply.
    The first option, when added to quick css, still gave the bullit, but follow by a dash. Above the top menu some dashes appeared as well.
    Maybe it interferes with some of the other code?
    The second option didn’t do anything.

    Do you happen to have any other idea’s?

    #789488

    Hi,

    Instead of using this selector

    ul

    Try using:

    #main ul

    Hope this helps :)

    Best regards,
    Nikko

    #789544

    Great, that works.
    Thanks!

    #789581

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #792417

    Hi Rikard,

    it all works, you can close it. Thanks again!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Replace bullits in all lists by minus signs’ is closed to new replies.