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.

Page Builder pages dont display bullet points

10 years ago · Last reply by Alex S 10 years ago

Hey all,

When I’m then trying to preview my new page in the live Editor the text is displayed but not the bullet points. So is also on the webversion. I tried to add

/* SiteOrigin Page Builder */

.so-panel.widget ul,
.so-panel.widget ol {
list-style: initial;
}

to my style.css in my child-theme folder but it doesnt work. What am I doing wrong?

Thank you for your support!

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Alex S Staff 10 years, 12 days ago

    Hi Kevin,

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. Kevin Linder 10 years, 12 days ago

    Hi Alex,

    yes sure. For example here:

    http://www.maggeseitalia.com/it/novaletti/

    Thank you for your support!

  3. Alex S Staff 10 years, 12 days ago

    Hi Kevin,

    This is actually a theme issue that’s preventing you from setting the bullet points. I would recommend telling the theme developer about this issue so they can release a fix. In the mean time, you can fix this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .widget li {
        list-style: inherit !important;
    }

    You might also need to install the SiteOrigin CSS Editor.

  4. Kevin Linder 10 years, 12 days ago

    Hi Alex,

    Thank you, Im going to tell the developer about this. I followed your guide and everything is working properly. Thank you so much for your help.

    Best regards
    Kevin

  5. Alex S Staff 10 years, 12 days ago

    Hi Kevin,

    Great to hear! Is there anything else I can help you with today?

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