I'm looking to change the designbox in the login popup.
I've searched but cannot find where to do this - I'm aware of how to do this for the page block but just cannot find this.
Any ideas?
I'm looking to change the designbox in the login popup. I've searched but cannot find where to do this - I'm aware of how to do this for the page block but just cannot find this. Any ideas? This is my signature, there are many like it but this one is mine... |
This isn't the exact answer to your question, but it may get ya what you're wanting to overall. The way I styled my pop-up login block was through CSS changes like this:
.popup_form_wrapper div.disignBoxFirst {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
color: #CCCCCC;
}
This result would be- A block background that is black with a little transparency.....20px rounded corners....and most Fonts inside the block are a very light gray.
Does this help at all?
|
Thanks but I really do need the source file (html, php or js). Looked everywhere ;( This is my signature, there are many like it but this one is mine... |
There is no html template for it. https://www.deanbassett.com |
Thanks Deano and Underdog This is my signature, there are many like it but this one is mine... |