• Resolved SK

    (@sooskriszta)


    Page content keeps removing inline CSS, i.e. style=”…” whenever I put anything to do with a background image…whether I use background: url(...) or background-image: url(...)

Viewing 1 replies (of 1 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    This isn’t a plugin-specific issue, but rather the way WordPress works. TinyMCE (the editor) strips out certain styling when you switch back to visual mode.

    I recommend you reconsider how you’re implementing this specific functionality. Add a class to an element and add the styling in your theme’s style.css file, or create a shortcode for your custom markup.

Viewing 1 replies (of 1 total)

The topic ‘Keeps removing CSS’ is closed to new replies.