If you mean the symbols on the home page, that would be the solution.
Download the plugin
https://github.com/panaionutwteh/osclass/tree/master/category_icon first and then change the code to
main.php
<?php while(osc_has_categories()) { ?>
<a href="<?php echo osc_search_category_url(); ?>">
<div class="icon" <?php if(osc_category_color() <> '') { ?>style="color:<?php echo osc_category_color(); ?>;"<?php } ?>>
<i class="<?php if(get_category_icon(osc_category_id())) { ?>"></i>
<img src="<?php echo get_category_icon(osc_category_id()); ?>"/><br>
<font size="2" color ="black"><b><?php }
echo osc_category_name(); ?></b></font>
</div> <style>
img {
width: 70px;
height: 70px;
}
</style></a>
You can see what it can look like on my website.
https://wytery.com