By Sebastijan on Thursday, 22 September 2016
Posted in Technical Issues
Replies 3
Likes 0
Views 404
Votes 0
I like to have ES login form or login box in transparent background colour for better looks of guest page . ES login cover me front slide show. Please for path, to change css.
Hi Sebastian,
I understand your first sentence. However, for this,
ES login cover me front slide show.
What do you mean? Perhaps some screenshots would be great to further explain the details.

To override any css in EasySocial, you would have to create the custom.css file and directory here: JoomlaFolder\templates\yourCurrentTemplate\html\com_easysocial\css\custom.css
Then apply any new css rules that you want to override for EasySocial in the file.
·
Thursday, 22 September 2016 15:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Here is the guestpage. First page with loginbox is problem.
·
Thursday, 22 September 2016 23:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Sebastian,
Perhaps you can try using this css code
.es-login {
background-color: rgba(255,255,255,.4);
}
To override css rules in EasySocial, you can refer to my instructions in my previous reply.
·
Friday, 23 September 2016 11:37
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post