• Works as it should. Thanks!

    One small issue: as I understood plugin takes background color from “body” class but in my case (Vantage theme from SiteOrigin) post background color is defined by another selector (#main). As result I have gray background color in editor instead of light gray. What can I do to make plugin to take background color from “right” css selector?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author jokiruiz

    (@jokioki)

    Hi Kirr, and thanks for the 5 stars ?? Yes, that happens when you have in the css a body { } style entry.

    You could set in your class the attribute !important in the background.

    .main {
        ...
        background: XXXX !important;
    }

    Anyway I’m developing an update where you can specify the wrapper (div, p…) for your class, so you wouldn’t have a problem, because it will create a div,p… inside the body.

    Thread Starter Kirr

    (@kirr)

    Oops…
    I just realized that subj kills image details and image delete icons () on my setup (3.9.2, all other plugins are deactivated).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Works well!’ is closed to new replies.