Archived topic
Making a large list look better
5 replies · Started by Alan on July 24, 2021
Hi.
I've got a large list on one page that has never looked good. Can anyone offer some suggestions about how I can improve it? I read that I can use a headline block and add a SVG icon to each line. Its a large list. Am I better to add some custom css and then add a class to a standard list? Any suggestions appreciated.
Thanks,
Alan
Hi Alan,
Can you specify the page and the location of the list?
Let me know :)
Hi Ying
It was on the home page 3/4 of the way down. Maybe I might be better to shorten the list up. I’d like to make all of the links #333333 instead of some red and some black.
Try this CSS:
.services-section li, .services-section li a {
color: #333333 !important;
}
Thanks Leo
I have rebuilt the entire page and list with Generate Blocks. I've shortened the list up, added a css checkmark and the text is all black. It's better. I was considering adding a SVG icon instead of the checkmark. Not sure.
Glad to hear!
GB is definitely the better choice :)