Hi,
After updating your custom CSS, you may need to flush the random selectors (main option page) then flush your WP Cache if you use a caching plugin.
Regards
I’ve now tried to flush the random selectors, the site and also my browser.
I can change things like font size, font color and so on, but I can’t change the background. Is there any way to display an image that cover the whole box?
Been playing around for a while now…
The only thing I can change in the custom CSS is the text. I just wanna be able to customize the background of the modal box.
I would really appreciate an answer to this!
Best regards
If you want to use a custom background image on the popup layer background, you should use !important as follow:
.reveal-modal-bg{
background-image: url(http://b-website.com/wp-content/uploads/2014/09/adblock-notify-plugin-wordpress-bweb.jpg) !important;
}
If you like, the plugin, please rate it 😉
Regards
Now we’re getting somewhere… Thanks for your answer.
But I want the image to fill the modal box, and not the layer background.
So instead of a popup with a grey background with text on – I want a picture with text on.
I will for sure rate this plugin, great functionality – great job man!
Got it to work! Thanks for your support and for this plugin!