My lists need more space in between lines and I want to add "checks" in the fron

Posted in: Newspaper
Post count: 16

Who can help me? My lists look awful at the moment.
(Example: http://viel-unterwegs.de/checkliste-packliste-backpacking-reisen/)

And I’d love to add a green check in front instead of bullet points. How can I manage it? Thanks for your help. I am not a programmer and have no clue

Post count: 6600

Hi,

Add this css in Theme Panel > Custom CSS:

..this is for the lists green check, you can change it as you like:

.single ul {
list-style-image: url('http://www.indexbraille.com/Website/Templates/IndexBraille/Theme/Images/list-style-check.png');
}

and this is for the line spacing betwen line of lists, also you can change it like you like:

.single ul li {
line-height: 30px;
}

This will apply to post’s lists.
Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.