Forums
Forums / Plugin: Speed Contact Bar / Remove icons
(@bydesign3458)
9 years, 1 month ago
Icons are broken in some browsers … How do I get the icons to not show at all? I have them set to 10px & they show as tiny squares but no icon … Alternatively how do I get the icons to show on every browser …
FYI site is http://www.concisesuper.com.au/ & using iFeature Pro 5 theme
(@hinjiriyo)
Most of the icons are in SVG format. It is an image format which keeps the images fine in every size.
The reason of the broken icons is a misconfiguration of your server. It sends the wrong HTTP header for SVG files.
Your web server needs an extra line in the file ‘.htaccess’: AddType image/svg+xml svg
AddType image/svg+xml svg
The topic ‘Remove icons’ is closed to new replies.