-
Author
-
November 2, 2013 at 01:24 #5693JohnDoeParticipant
How can i make the facebook button go down a bit?
COPY CODE.small.button.facebook:hover { background-color:#fff; color:#3b5a9b; width:195px; height:37px; border: 1px solid #3b5a9b; } .small.button.facebook { font-size:14px; width:195px; height:37px; border: 1px solid #3b5a9b; } .i.icon-facebook { width:14px height:14px; }
November 2, 2013 at 20:57 #5738SQadminKeymasterHi, put this in sweet admin/Styling options/Quick css box:
COPY CODE.reveal-modal .button.facebook { height: 37px; font-size: 14px; float: right;padding: 10px 8px 11px; } @media only screen and (max-width: 767px) { .reveal-modal .button.facebook { float: none; } }
and for better view on mobile please remove fix width like “width:195px;”.
We will provide a style fix for this in v2.3
ps: We’ve already done that on this demo http://seventhqueen.com/demo/sweetdatewp/
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 2, 2013 at 21:16 #5743JohnDoeParticipantAdded your code, removed mine, and now i got this small problem , any ideas?
November 2, 2013 at 21:50 #5745SQadminKeymasterNeed to adjust a little more padding in my previous code:
COPY CODE.reveal-modal .button.facebook { height: 37px; font-size: 14px; float: right;padding: 10px 7px 11px; }
I also added for hover:
COPY CODE.reveal-modal .button.facebook:hover { background-color: #496bb2; border-color: #496bb2; }
ps: yes, you can remove your previous code
Regards, Robert
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 9, 2013 at 07:18 #6325dlcjonathanParticipantHI! im wondering how i can keep the FACEBOOK login and disable the standard login site wide?
November 11, 2013 at 22:57 #6423SQadminKeymasterRemove the login buttons trough the site.. and maybe search for a plugin that prohibits that
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The topic ‘Modal register/login button customization’ is closed to new replies.