Forums
(@maplemac)
12 years, 8 months ago
You’re welcome 🙂
http://www.buildablog.co/disable-the-flare-plugin-on-a-single-page-or-post
You can do that by adding some page specific css
.page-id-2627 .flare-horizontal, .flare-follow { display:none; }
Just identify the page id of the page you don’t want it to appear on.