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.

Replies

5
  1. Andrew Misplon Staff 11 years, 2 months ago

    Hi Eldert

    We nearly have our docs out, just not yet. Sorry for the delay.

    If you know a little CSS you should be able to use this feature now.

    Within Page Builder you’d add a class like:

    authors

    If you inspect the source you’ll now see that class being added to the row or widget. You can now, using a Custom CSS plugin or child theme style.css file, add properties to that class.

    .authors {
    background: red;
    color: black;
    padding: 10px;
    margin-bottom: 30px;
    }

    In summary, it’s a way to insert a CSS class that can be targeted using your own CSS.

  2. Andrew Misplon Staff 11 years, 2 months ago

    author is a hypothetical class name.

  3. Eldert Sijmons 11 years, 2 months ago

    Ok, great. Thank you. That makes sense.

  4. Andrew Misplon Staff 11 years, 2 months ago

    Super, glad that helps.

  5. Miles Works 9 years, 9 months ago

    Andrew.

    Stop.

    Just stop what you’re doing.

    Thank you very much for trying to work the problem.

    I discovered this was my bad. I was trying to use a part of the page that wasn’t designed for what I had it doing.

    My bad!

    let it go.

    thanks again.

    Miles.

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