Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
miljan-aleksic committed Jan 24, 2025
1 parent 289459d commit c5de37e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ As a solution make sure only one UIkit instance is loaded, in Widgetkit that is

## Icons set in HTML Are Not Loaded

Manually inputed icons in HTML as `uk-icon="..."` will not work as those would not be loaded by Essentials. A workaround is to force the loading of the icons you expect to use such way. In your child theme `config.php` file:
Manually inputted icons in HTML using `uk-icon="..."` will not work because Essentials does not load them by default. To work around this, you can force the loading of the icons you plan to use. Add the following code to your child theme's `config.php` file:

```php
<?php
Expand Down

0 comments on commit c5de37e

Please sign in to comment.