quick css solution
#page .info_box_area .info_box img.icon {
display: none;
}
or edit function.php on line 614
$out .= '<img class="icon" src="'. esc_url($icon_url) .'" title="' . $title . '" alt="'.$alt.'"/>';
replace with
$out .= '';
thank you sooooooooo much!!!!!
How can i get rid of those black dots in info_box icons?
I tried to edit fixed-style css. #page .info_box_area .info_box img.icon {
display: none;
}
AND
I also tried to edit text html
[fruitful_ibox icon=”none” column=”ffs-three-one” title=””]
But the black dots are still there http://www.huolenpitohelena.fi/henkilosto/
Kivimies,
Try:
.ffs-icon-box {
display: none;
}