*

bkfly1

  • **
  • 24 posts
How to customize category icons
« 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. 

*

MB Themes

Re: How to customize category icons
« Reply #1 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.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Marked as best answer by frosticek on November 02, 2022, 08:25:09 AM
*

bkfly1

  • **
  • 24 posts
Re: How to customize category icons
« Reply #2 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.
« Last Edit: November 02, 2022, 08:25:04 AM by MB Themes »

*

MB Themes

Re: How to customize category icons
« Reply #3 on: November 02, 2022, 08:24:53 AM »
@bkfly1
That's correct, thanks for feedback ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots