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

  • Max replied to this.

    classicus699

    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

    • Max replied to this.

      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">