• Resolved thinkero

    (@thinkero)


    I’m looking to avoid inline CSS printed in every page after WpPolls CSS link. Can you make an opt not to insert CSS in the page html source?

    • This topic was modified 7 years, 6 months ago by thinkero.
Viewing 1 replies (of 1 total)
  • Plugin Author Lester Chan

    (@gamerz)

    If you want it, you can always remove the action remove_action( 'wp_head', 'poll_head_scripts' );`

    Note that will remove both JS and CSS, so you have to add it inside your theme. I am assuming you know what you are doing.

Viewing 1 replies (of 1 total)
  • The topic ‘Removing inline CSS from page’ is closed to new replies.