Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2457

[3.3.x] Styles in Development • Re: [RC] Zeina - phpBB 3.3.14

$
0
0
So the only option is to change it from the default ones to the custom ones? No way to shrink them?
If you mean the forum icons and you want to reduce their sizes, use this code:

Code:

.forum_icon .iconify,.forum_icon svg,.stat-block svg,.stat-block .iconify {    height: 28px !important;    width: 28px !important;    min-width: 28px !important;    min-height: 28px !important;}
If you mean the misc icons and you want to remove them, use this code:

Code:

.topic-icon {    background-image: none !important;}

Statistics: Posted by Leenoz — Fri Feb 07, 2025 4:27 am



Viewing all articles
Browse latest Browse all 2457

Trending Articles