adding custom forum icons question?
Quote from hillbillybonez on June 8, 2017, 12:30 amif one doesn’t want to use the dashicons and would prefer to use our own images how does one do it?
if one doesn’t want to use the dashicons and would prefer to use our own images how does one do it?
Quote from Yworld on June 8, 2017, 7:36 amHi hillbillybonez
img:
#af-wrapper div[id="forum-5"] .forum-dashicon:before { content: ""; background: url(img/ooes1210.png); }Specify size, path to image
FontAwesome:
#af-wrapper div[id="forum-5"] .forum-dashicon:before { content: "\f1e5"; font-family: FontAwesome; }🙂
Hi hillbillybonez
img:
#af-wrapper div[id="forum-5"] .forum-dashicon:before { content: ""; background: url(img/ooes1210.png); }
Specify size, path to image
FontAwesome:
#af-wrapper div[id="forum-5"] .forum-dashicon:before { content: "\f1e5"; font-family: FontAwesome; }
🙂
Quote from DKBjorn on December 13, 2018, 10:35 pmcant get this to work, it only show blank screen, link img. is correct…
#af-wrapper div[id=”forum-21″] .forum-dashicon:before {
content: “”;
background: url(img/traktorikon.png);Picture size is 30*30
have tried to make size 512 without luck
cant get this to work, it only show blank screen, link img. is correct…
#af-wrapper div[id=”forum-21″] .forum-dashicon:before {
content: “”;
background: url(img/traktorikon.png);
Picture size is 30*30
have tried to make size 512 without luck
Quote from DKBjorn on December 13, 2018, 11:24 pmQuote from DKBjorn on December 13, 2018, 10:35 pmcant get this to work, it only show blank screen, link img. is correct…
#af-wrapper div[id=”forum-21″] .forum-dashicon:before {
content: “”;
background: url(img/traktorikon.png);Picture size is 30*30
have tried to make size 512 without luckit’s fixed now
Quote from DKBjorn on December 13, 2018, 10:35 pmcant get this to work, it only show blank screen, link img. is correct…
#af-wrapper div[id=”forum-21″] .forum-dashicon:before {
content: “”;
background: url(img/traktorikon.png);Picture size is 30*30
have tried to make size 512 without luck
it’s fixed now