Dear WebsAir WebsLearn,
1. The "Log in with Facebook" button doesn't include "log in" function, it's just html
2. You developing with lesscss.
- please go to your_site\templates\sj_snap\less\layout.less and find:
#yt_logoposition{
h1{#translucent > .background(@black,0.5);width: 200px;height: 124px;text-align: center;margin: 0;
a{display: block; padding: 30px 0 0; display: block;}
}
}
=>
#yt_logoposition{
h1{ width: 200px;height: 124px;text-align: center;margin: 0;
a{display: block; padding: 30px 0 0; display: block;}
}
}
----
- please go to your_site\templates\sj_snap\less\template-ie8.less and find:
#yt_header #yt_logoposition h1,
#yt_header #topmenu{
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
}
=>
#yt_header #topmenu{
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
}
Thanks!