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.
Hey Haiko,
Here are two ways to do it:
If you need further assistance please let us know.
Best regards,
Victoria
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?
Hi,
Instead of using this selector
ul
Try using:
#main ul
Hope this helps :)
Best regards,
Nikko
Great, that works.
Thanks!
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
Hi Rikard,
it all works, you can close it. Thanks again!