After a user receives a confirmation email (to subscribe, or unsubscribe, etc.) and clicks on the link inside - they are taken back to my website (to a URL like "/wpdiscuzsubscription/unsubscribe/?wpdiscuzSubscribeID=1&key=blah"). The wpDiscuz plugin adds a message to that page - how do I style this message?
The message is being added as a simple DIV with an H2 tag (see the image below). However there is no custom class or custom ID assigned to this DIV, making it challenging to target with CSS. Is there a way to have wpDiscuz tag the DIV and/or H2 tag they insert in some way?
Hi,
We'll add a new class in the next version of the wpDiscuz plugin, so you'll be able to change the style via the class.
Or better still, would it be possible to have an option to redirect a user who clicks one of these email links to a page designed by admin?