Diễn Đàn Hỗ Trợ FM
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.


[Code] Việt hóa trang lý lịch Forumotion.

Tác giả: - vào lúc:
Kiwi
Bài viết : 289
Points : 601
Like : 160
Punbb
An toàn
Status : Đành vậy thế thôi
KiwiS-MOD
8/28/2016, 01:02
#1

Demo ảnh:


[Code] Việt hóa trang lý lịch Forumotion. WZnbr1v

Cách làm:

ACP >> Display >> Colors >> CSS
Cho toàn bộ code sau vào

Code:

#profile-advanced-layout #tabs ul li:nth-child(1) a::before {
content: "Tường nhà";
font-size: 15px;
}
#profile-advanced-layout #tabs ul li:nth-child(3) a::before {
content: "Thống kê";
font-size: 15px;
}
#profile-advanced-layout #tabs ul li:nth-child(4) a::before {
content: "Bạn bè";
font-size: 15px;
}
#profile-advanced-layout #tabs ul li:nth-child(5) a::before {
content: "Liên hệ";
font-size: 15px;
}
#profile-advanced-layout #tabs ul li:nth-child(1) a span, #profile-advanced-layout #tabs ul li:nth-child(3) a span,#profile-advanced-layout #tabs ul li:nth-child(4) a span,#profile-advanced-layout #tabs ul li:nth-child(5) a span {
display: none;
font-size: 0;
position: absolute;
visibility: hidden;
width: 0!important;
}

#codefm

Tags: #code