Hi, wonder if you can help
want to add https://css.gg/ icons to the default theme
added <link rel="stylesheet" href="/icons.css"> to haeder.php but icons not showing
Thanks
Hi, wonder if you can help
want to add https://css.gg/ icons to the default theme
added <link rel="stylesheet" href="/icons.css"> to haeder.php but icons not showing
Thanks
Hi !
Welcome on board !
Did you put the icons.css
file in the theme folder ?
How do you try to put an icon on your site ? Directly in HTML code ?
Hi,
Thank you for coming back to me
Yes , I placed icons.css in the default theme folder
Put this in the header.php <link rel="stylesheet" href="/icons.css">
Placed this directly in html code <i class="gg-add-r"></i>
Appreciate the help
Thanks
classicus699 Put this in the header.php <link rel="stylesheet" href="/icons.css">
Can you try to put an absolute URL to "icons.css", like :
<link rel="stylesheet" href="<?php echo $core->getConfigVal('siteUrl') . '/' . 'theme/' . $core->getConfigVal('theme'); ?>/icons.css">
Perfect, Thank you Max