First let me say love, love, love this plugin but there are a few features that if added would make it a must have. First would be awesome if you could set date timers on the alerts somehow, so I could set one to show when I need it and turn itself off when the date passes. One of my sites has thousands of pages in a lot of subsections, I may set an alert for a certain subsection and it's hard to keep up when to go back and remove it. Nest if there was an easy way to put a little padding on the highlight text, would make it a lot more useful for a lot more situations. Thanks! and great job, love you guys!!
Thanks for your appreciation rick. For first issue. We can not promise you but will try to implement this feature in future update. For second issue. Paste code given below in the themes css editor. Code: .sshighlight.highlight-blue { padding-top: 10px; padding-bottom:10px; padding-left:10px; padding-right:10px; } Change padding and "blue" (for eg. .sshighlight.highlight-purple, .sshighlight.highlight-pink ) according to your need.