Perfect! that worked! Thanks so much for responding so quickly. Great support.
Great! Thanks for the quick response :)
Hello! I’ve edited the iconlist.php but it looks like now I just get cursors when I hover over the icons. My original code looked a little different though:
$output .= “<div class=’iconlist_icon avia-font-“.$icon_el[‘font’].”‘><span class=’iconlist-char’>{$display_char}</span></div>”;
That I then replaced with:
$output .= “<div class=’iconlist_icon avia-font-“.$atts[‘font’].”‘><span class=’iconlist-char’ {$display_char}></span></div>“;
I’m thinking it might have something to do with the “.$icon_el[‘font’].”
any thoughts? Thanks!