How to remove the Facebook Login Button
- GK User
- Sat Mar 10, 2012 1:13 am
Hi,
I am trying to build website for my dad, and I have question about FB login. First, I installed Coffee J!2.5 and disable FB login in the template settings, and it seemed to be working just fine until last night. The button reappeared and had just stayed there even though I already disable it in settings. Can you help me remove the FB login button?
Thanks in advance!
I am trying to build website for my dad, and I have question about FB login. First, I installed Coffee J!2.5 and disable FB login in the template settings, and it seemed to be working just fine until last night. The button reappeared and had just stayed there even though I already disable it in settings. Can you help me remove the FB login button?
Thanks in advance!
-
- Fresh Boarder
- GK User
- Wed Mar 14, 2012 2:07 pm
Hi.
Could you paste URL to your site?
Could you paste URL to your site?
-
- Platinum Boarder
- GK User
- Thu Mar 15, 2012 12:19 am
mikeMB wrote:Hi.
Could you paste URL to your site?
http://rs.galeriahouse.com/index.php/component/users/?view=login
Thank in advance!
-
- Fresh Boarder
- GK User
- Thu Mar 15, 2012 1:01 am
Hi.
It's difficult to specify the exact positions because files are from cache... But try to open gk.stuff.css file and find the following line:
It's difficult to specify the exact positions because files are from cache... But try to open gk.stuff.css file and find the following line:
- Code: Select all
span#fb-auth {
-moz-box-shadow: inset 0px 1px 0px 0px #aab5cd;
-webkit-box-shadow: inset 0px 1px 0px 0px #aab5cd;
box-shadow: inset 0px 1px 0px 0px #aab5cd;
background: -webkit-gradient( linear,left top,left bottom,color-stop(0.05,#798DB9),color-stop(1,#556B9B) );
background: -moz-linear-gradient( center top,#798DB9 5%,#556B9B 100% );
background-color: #798DB9;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #4D576B;
display: inline-block;
color: white;
font-family: arial;
font-size: 12px;
font-weight: bold;
padding: 1px 24px 8px 12px;
padding-top: 1px;
padding-right: 24px;
padding-bottom: 8px;
padding-left: 12px;
text-decoration: none;
text-shadow: 1px 1px 0px #445375;
cursor: pointer;
height: 15px;
line-height: 21px;
display: none; //add this
}
-
- Platinum Boarder
4 posts
• Page 1 of 1