how do i make my popups backgrounds not transparent? and also how do i add a background behind my popups? :) x
to add a background underneath #fade add either background-color:#000; (block background - you can change the colour) or background-image:url(’URLHERE’); (retype the quotes)
to make your popups not transparent: underneath .popup_block replace the rgba colour with a hex colour. [ rgba colours look like this: rgba(0,0,0,0.5) or something similar and hex colours look like this #f6f6f6 ]
(sorry i didnt look at ur blog so if something doesnt work just message us again)
//aunty chlo













