Aug 13, 2022 5:34 am
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
Aug 13, 2022 8:42 am
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; }