• Resolved maikai1110

    (@maikai1110)


    Hello,

    Thanks for the plugin! I’ve searched the forum but don’t see anything about customization. I was wondering if the box is customizable with css? I’m using Firebug and I don’t see anything about the border around it, which is what I”m trying to change.

    Also, the box is anchored to the bottom of the screen in Firefox. I can move it up and down but the box stays at the bottom. Any ideas?

    Best,

    Kelli

    https://www.ads-software.com/plugins/wordpress-popup/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Mike

    (@michael-copestake)

    Hi @maikai1110

    There are a few themes included with PopUp, you’ll find them in the plugin folder in popoverincludes > css > [theme name] > style.css

    You would be best adding changes to your theme’s stylesheet though so as not to lose changes when upgrading the plugin. The border is controlled here:

    div#messagebox {
    	position: absolute;
    	background: transparent url(%styleurl%images/opaque.png) repeat;
    	z-index: 999;
    	padding: 10px;
    	visibility: visible;
    }

    You need to alter background and padding. The background image adds the dark background, and the padding makes it visible.

    As for the box being anchored to the bottom, is that only in firefox? Can you show us a screenshot of the settings for the pop up?

    Thread Starter maikai1110

    (@maikai1110)

    You rock, thanks Mike!!!

    I figured out the anchored issue. I had it on “default fixed”, after I changed it to “default” it works well in all browsers!!!

    Woohooo!!!

    Best,

    K

    Mike

    (@michael-copestake)

    Hi @maikai1110

    That’s great, glad I could help.

    If you could mark this as resolved that would help others that might have the same issue find an answer.

    Cheers,
    Mike

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customization’ is closed to new replies.