แก้ไขครั้งสุดท้ายโดย sidacopy เมื่อ 2025-5-20 08:11
วิธีแก้ไข ปุ่ม ติดตาม และปุ่ม PM เวอร์ชั่น 3.5 มันคนละโครงสร้าง
วิธีแก้เบื่องต้นไฟล์ module.css ค้าหา
- .pls .o .addflw:before {
- content: "\f11e";
- }
คัดลอกไปที่คลิปบอร์ดกำหนด content: "\f11e"; ให้เป็น none
หมายเหตุ : ถ้ามีปัญให้กำหนดเป็น none ทั้งหมด - .pls .o .callon:before { content: "\f103"; }
- .pls .o .buddy:before { content: "\f13e"; }
- .pls .o .poke2:before { content: "\f146"; }
- .pls .o .pm2:before { content: "\f119"; }
- .pls .o .addflw:before { content: "\f11e"; }
คัดลอกไปที่คลิปบอร์ด ตัวอย่าง- .pls .o .callon:before { content: none;}
- .pls .o .buddy:before { content: none;}
- .pls .o .poke2:before { content: none;}
- .pls .o .pm2:before { content: none; }
- .pls .o .addflw:before { content: none;}
คัดลอกไปที่คลิปบอร์ด
|