By Eric Vermeulen on Tuesday, 20 February 2018
Posted in General Issues
Likes 0
Views 344
Votes 0
How can I make the white field that covers half of the picture on the "Register for an account today" a bit transparant. I can't find the page where I can make the override.
I'm using ES and Vanilla as template.

Thanks!
You can use the codes below to set the background to none,

[gist]
body #es .es-login-box__form {
background: none;
}
[/gist]
·
Tuesday, 20 February 2018 00:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for this Mark. What document am I looking for to add / chance this?
·
Tuesday, 20 February 2018 00:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

You can add the css code from your Vanilla template under custom code section. To do this, go to your Joomla backend -> Extensions -> Templates -> Vanilla -> Custom Code and add the code at Custom Css field and click save button to save your changes.
Please see http://take.ms/Fl7Gg

Hope this help and have a nice day
Sam
·
Tuesday, 20 February 2018 10:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you both very much. This makes perfectly sense!
·
Tuesday, 20 February 2018 17:32
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem, glad that your issue is resolved now.
·
Tuesday, 20 February 2018 17:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post