Hello, I would like to include an image in addition to the name of the category. do you know how can i proceed
Hi @jarhead,
I'm really sorry, but wpForo doesn't have such an option.
However, there is some workaround. Please see the screenshot below. There is provided an example on how to add the background image in the category div, you'll just need to use the CSS code like this one:
#wpforo #wpforo-wrap .wpfl-1 .cat-title {
background-image: url( https://www.bigstockphoto.com/images/homepage/module-6.jpg );
}
Just change the selector and the value of the background-image property.
The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Style Tab. Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.
thank you very much for your response. I will try this in the weekend