Hỏi đổi tiếng việt nút login with facebook

Thảo luận trong 'Add-on Quesions' bắt đầu bởi Mr.Huy, 17/6/13.

1votes
5/5, 1 vote

  1. Mr.Huy

    Mr.Huy Member

    Bài viết:
    221
    Likes :
    27
    Mình muốn thay chữ Login With Facebook thành chữ Đăng nhập với Facebook và bự lên tí nữa thì làm sao mọi người
     
    Đang tải...
  2. ku Hiệu

    ku Hiệu Lì Lắm Luôn

    Bài viết:
    1,345
    Likes :
    862
    1. Đổi sang tiếng Việt
    Vào Appearance > Phrases
    tìm phrase login_with_facebook
    sửa thành gì bạn muốn

    2. Chỉnh cỡ
    tìm trong template facebook.css (ngay css đầu tiên)
    đoạn
    Mã:
    a.fbLogin,
    #loginBar a.fbLogin
    {
    background: #29447e url('//b.s-static.ak.facebook.com/images/connect_sprite.png');
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    padding: 0px 0px 0px 1px;
    text-decoration: none;
    outline: none;
     
    rtl-raw.background-position: {xen:if $pageIsRtl, 'right -396px', 'left -188px'};
    font-size: 11px;
    line-height: 14px;
    }
    thành
    Mã:
    a.fbLogin {
    background: #29447e url('//b.s-static.ak.facebook.com/images/connect_sprite.png');
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    padding: 0px 0px 0px 4px;
    text-decoration: none;
    outline: none;
     
    background-position: left -138px;
    font-size: 14px;
    line-height: 17px;
    }
     
    #loginBar a.fbLogin
    {
    background: #29447e url('//b.s-static.ak.facebook.com/images/connect_sprite.png');
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    padding: 0px 0px 0px 1px;
    text-decoration: none;
    outline: none;
     
    rtl-raw.background-position: {xen:if $pageIsRtl, 'right -396px', 'left -188px'};
    font-size: 11px;
    line-height: 14px;
    }
     
  3. Mr.Huy

    Mr.Huy Member

    Bài viết:
    221
    Likes :
    27
    Ok được rồi bạn, còn muốn thêm nút đó nằm trên này thì sao bạn
    login
     
comments powered by Disqus

Chia sẻ trang này

Đang tải...