Theme editor



thxf.org

How To Custom-Icon next to Node-Icon

thxf.org thxf.org is verified member.

Administrator
Staff member
Admin
Thread owner
ไปเพิมใน extre.less

CSS:
.node--idXXX .node-icon
{
    width: 120px;
}

.node--idXXX .node-icon i::after
{
    background-image: url('https://cdn1.android-hilfe.de/styles/uix/ah/csprite.png');
    background-repeat: no-repeat;
    display: inline-block;
    content: ' ';
    width: 64px;
    height: 45px;
    margin: -15px 0px 0px 8px;
}

2019-01-12_19-16-04-png.192498
 


Similar threads

นี่เป็นเพียงรหัสเล็ก ๆ ที่จะเพิ่มในแม่แบบพิเศษของคุณ ซึ่งช่วยให้คุณเพิ่มภาพต่อ ID หมวดหมู่ สิ่งที่คุณต้องทำคืออัปโหลดภาพของคุณเองไปยังเซิร์ฟเวอร์ของคุณและเพิ่มเส้นทางรูปภาพหรือลิงค์ URL...
Replies
0
Views
1K
  • Article Article
vBulletin 5.5.5 Changes and Updates vBulletin Connect 5.5.5 is now available for all download customers. vBulletin Cloud customers will have their sites upgraded automatically over the next couple...
Replies
0
Views
1K
  • Article Article
vBulletin Mobile Suite 2.2 Changes The mobile publisher has been updated to build version 2.2 of the vBulletin Mobile Suite Apps within the Mobile Publisher. This release provides a number of...
Replies
0
Views
1K
  • Article Article
vBulletin 5.5.0 Changes and Updates We're proud to begin the new year with a new version of vBulletin. These changes will apply to both vBulletin Connect and vBulletin Cloud unless otherwise...
Replies
0
Views
2K
  • Article Article
vBulletin 5.5.4 Changes and Updates Front End Changes Avatars as Status Icons A new option has been added to show the user's avatar instead of the status icon in Topic Lists. This allows the...
Replies
0
Views
2K


Back
Top Bottom