Notifications
Clear all

[Closed] Embed an image in the title

3 Posts
2 Users
0 Reactions
698 Views
Posts: 2
Topic starter
(@jarhead)
New Member
Joined: 5 years ago

Hello, I would like to include an image in addition to the name of the category. do you know how can i proceed

2 Replies
Sofy
Posts: 4772
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

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.   

Posts: 2
Topic starter
(@jarhead)
New Member
Joined: 5 years ago

thank you very much for your response. I will try this in the weekend