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].
https://siteorigin.com/thread/list-style-item/
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: [code lang=""] /* Page Builder Styles */ .no-list-style ul { list-style-type: none; }
↑
I tried this method but the listmark was not cleared.
How can I clear the listmark?
Hi Toshi,
To clarify, this line:
Is actually an instruction as to where the CSS needs to be added. This CSS cannot be added to the CSS Styles field as that field only supports inline CSS>
If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Add the following CSS:
You might also need to install the SiteOrigin CSS Editor.
The report was delayed.
Thank you very much.