Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi there,
I want some list-style-items to disapear, but not on my hole website. I can’t see to get the right class or id targeted to change this. Could you help me out?
Thanks in advance!
Sorry, totally forgot to mention the list-style-items that need to disapear are the grey ones on the right side of my homepage, in the contentblock ‘Agenda’.
Thanks!
Hi Mediajuice
Try this:
1. Edit the widget concerned, click Attributes on the right and enter in a widget class name:
2. At Appearance > Custom CSS, target that class:
/* Page Builder Styles */ .no-list-style ul { list-style-type: none; }Hope that helps.