How can I edit the popup login block?
Permalink
Hi there!
I've recently added to my login the popup add-on.
I would like to change colour, format, font, words, background on that pop up.
Is it possible?
If yes, how?
Thanks a lot for your time.
Best regards.
João Lopes
I've recently added to my login the popup add-on.
I would like to change colour, format, font, words, background on that pop up.
Is it possible?
If yes, how?
Thanks a lot for your time.
Best regards.
João Lopes
Hi!
Thanks for your reply!
Here's the add-on:
http://www.concrete5.org/marketplace/addons/popup-login/...
Thanks for your reply!
Here's the add-on:
http://www.concrete5.org/marketplace/addons/popup-login/...
Open the file view.css (/packages/popup-login/blocks/login/templates/popup-login/view.css), find the line number 41 for Changing overlay color
Previous code
Replace with this code
See the rest of the CSS attributes and change yourself to see the changes....
Previous code
#fancybox-overlay { position: absolute; top: 0; left: 0; width: 100%; z-index: 1100; display: none; }
Replace with this code
#fancybox-overlay { position: absolute; top: 0; left: 0; width: 100%; z-index: 1100; backgroung-color:#cccccc; opacity:0.4; filter:alpha(opacity=40) display: none; }
See the rest of the CSS attributes and change yourself to see the changes....
Can you provide the development url, so that I can understand what kind of popup are you using.