Osclass Support Forums

Osclass theme support => Sigma Osclass Theme => Topic started by: bkfly1 on October 31, 2022, 07:06:17 PM

Title: How to customize category icons
Post by: bkfly1 on October 31, 2022, 07:06:17 PM
How does one customize the icon for item categories?  I see the Icon field under settings/categories, and tried inserting a path to a custom icon, filename of file uploaded to a few different directories, etc. but only end up with a blank category button. 
Title: Re: How to customize category icons
Post by: MB Themes on October 31, 2022, 08:52:05 PM
Right now theme expect font awesome tag.
If you want urls, you must update a theme bit.
Title: Re: How to customize category icons
Post by: bkfly1 on October 31, 2022, 09:35:20 PM
Thanks.  I figured out from your response that the system allows font awesome characters.  Took me a bit to figure out the proper syntax though.  If anyone wants to change the images for the categories links, look up font awesome online.  The symbols have codes associated with them such as fa-car for a car image.  In OSClass under settings/categories, insert something like:

Code: [Select]
fa fa-car
in the icon field to change the image to a car.  Don't forget the extra fa in front of the image code you want to add.
Title: Re: How to customize category icons
Post by: MB Themes on November 02, 2022, 08:24:53 AM
@bkfly1
That's correct, thanks for feedback ;)