Written by Jaymie1989
Learn how you can add a new icon to your board. Icons like the one we see in front of the FAQ link in the menu.
I have done it for the radio mod on this board.
Its for prosilver or prosilver based styles.
In this example the icon we want to add named icon-radio
Open: styles/your_style/theme/buttons.css
Find:
Code: Select all
icon-search
Code: Select all
, .icon-radio
Find:
Code: Select all
.icon-search { background-image: url("{T_THEME_PATH}/images/icon_search.gif"); }
Code: Select all
.icon-radio { background-image: url("{T_THEME_PATH}/images/icon_radio.gif"); }
Upload the image.
Refresh the theme.