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

[3.3.x] Styles Support & Discussion • Re: Change forum icons

$
0
0
Try this

Code:

/* This is set up for all the icons*/.forum_cat_icon {    height: 40px;    width: 40px;    line-height: 40px !important;    margin: 0 32px 0 14px !important;    flex-shrink: 0;    background-size: 32px;    background-repeat: no-repeat;    background-position: center;}/* This will hide the FA icons */.forum_cat_icon i {    display: none;}/* This targets specific forum with it's id and assigns the icon */.nex-59 .forum_cat_icon {    background-image: url(https://www.phpbb.com/community/styles/prosilver/theme/images/sticky_read_mine.gif);}
You gonna need to repeat the last selector for all the icons just like it's done now for the FA icons at the end of the nex-style.css

Statistics: Posted by Mannix_ — Thu May 16, 2024 6:25 pm



Viewing all articles
Browse latest Browse all 1799

Trending Articles