Notifications
Clear all

[Closed] image in topics list

2 Posts
2 Users
0 Likes
385 Views
Posts: 87
Topic starter
(@kezeo)
Estimable Member
Joined: 7 years ago

hello

i would like to show an image with title in topics list view. any idea how to do that in wp foro please ?

Thank you 

1 Reply
Chris
Posts: 3650
(@chris)
Famed Member
Joined: 3 years ago

Hi @kezeo,

You can use the below CSS for that, but that image will be set in all the forums

#wpforo #wpforo-wrap .wpf-head-bar {
    background-image:url( your url);
    background-position: center;
    background-size: cover;
    height: 170px;
    border-radius: 0 0 20px 0;
}