This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

「Custom CSS」 does not work

8 years ago · Last reply by toshi 8 years ago

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

2
  1. Alex S Staff 8 years, 3 months ago

    Hi Toshi,

    To clarify, this line:

    2. At Appearance > Custom CSS, target that class:

    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.

  2. toshi 8 years, 3 months ago

    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.

Have a different question or issue?

Start New Thread