Hi Support,
I would like to change the way the category widget is displayed (indenting and adding bullet points)
I attach a screenshot attached.
Thanks in advance.
Hi Wils1234!
Please send us a link to your page and we’ll see if we can get you some CSS to use. You can set your reply as private if you wish.
Best regards,
Elliott
Hi Elliot,
Link and image attached.
Thank you.
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.sidebar ul.children li:before {
content:'- ';
}
.sidebar ul.children li {
padding-left:10px !important;
}
Regards,
Rikard
Hi Rikard,
Thank you.