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.

Css in SiteOrigin Editor

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

Hi SiteOrigin.
I’ve tried to position the logo image next to page title.
To do this, i’m trying to compile the fields in the “widget styles” inside the “siteorigin editor” widget. But i don’t understand why it doesn’t works. I tried to handle the “Widget ID”, “Widget Class” and “Css Styles”… but nothing.
Could you please give me an example how i could complete it?
Thank you very much

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

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff 8 years, 4 months ago

    Hi Lorenzo,

    The CSS Styles field only supports inline CSS. This means that you’re unable to use selectors. In other words, this will work:

    border-left: 5px solid #00;
    text-transform: uppercase;

    This won’t work:

    .example {
        border-left: 5px solid #00;
        text-transform: uppercase;
    }

    I would recommend installing and using SiteOrigin CSS to add your CSS to your website. Once installed, please navigate to WP Admin > Appearance > Custom CSS and add your CSS there.

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