Hey,
I think you are trying to hide close options to force user to take an action. If that true, then there is an option in our Paid Pro version of the plugin, which allow you to either completely hide close buttons, or show them after delay ( more user friendly ).
https://dl.dropboxusercontent.com/u/6473944/wp-smart-overlay/videos/overlay_close_delay.mp4
-
This reply was modified 9 years, 4 months ago by
gansbrest.
Hi,
Thanks for such a prompt reply.
I am using a paid version of the plugin, but don’t won’t to hide close buttons or show them with delay.
I am after greying out the link on the bottom of the pop up box, something like http://prntscr.com/dy0gvy
Can I update a css so that the link will be less visible?
Many Thanks
Oh, yeah, it’s just css – you can adjust it how you see a fit.
For example
.dialog-social-auth-link {
color: #666;
}