「Custom CSS」 does not work
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?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi 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:
/* Page Builder Styles */ .no-list-style ul { list-style-type: none; }You might also need to install the SiteOrigin CSS Editor.
The report was delayed.
Thank you very much.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.