Hello We have the convert plus modal set to show to logged in users. But is there a way to ONLY show to logged in users and not people that are not logged in?
Thanks for your help
Hello We have the convert plus modal set to show to logged in users. But is there a way to ONLY show to logged in users and not people that are not logged in?
Thanks for your help
Hi Adwin.
Thank you for writing in, regretfully ConvertPlus does not have that option. Try adding this to your custom CSS
body:not(.logged-in) .cp-module {
display: none !important;
}
But why though? you can’t collect emails if you set up the ConvertPlus this way.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.