Hello! Could you please answer 2 questions 🙂
1. How to resize the forum cover image (height). It looks like the hight of the cover image is 120px. And what if I need 70? Because 120 is too much....
2> How to set up the font on the cover image? The standard font looks unreadable. how to change the font only in this place? Make it thicker? And make the font a little bigger?
Thank your great team very much!
Hi @ystrofi,
The current height is 170px not 120px. You can use this CSS code to change the height. Put it in wpForo > Settings > Colors & Styles > Custom CSS Code textarea, save it and delete all caches:
#wpforo #wpforo-wrap .wpfl-1 .wpforo-category, #wpforo #wpforo-wrap .wpfl-2 .wpforo-category, #wpforo #wpforo-wrap .wpfl-3 .wpforo-category, #wpforo #wpforo-wrap .wpfl-4 .wpforo-category { height: 100px!important; }
The category font is inherited from your website font. There are no forum specific fonts, all come from your WordPress theme. You can add font-family to the css code above and change to any font you want, for example:
#wpforo #wpforo-wrap .wpfl-1 .wpforo-category, #wpforo #wpforo-wrap .wpfl-2 .wpforo-category, #wpforo #wpforo-wrap .wpfl-3 .wpforo-category, #wpforo #wpforo-wrap .wpfl-4 .wpforo-category { height: 100px !important; font-family: Arial, Helvetica, sans-serif; }
Hello one more time! Doesnt work. maybe I did wrong. Here my actions:
1. Add the code
2. Press save
3. clear all cahes
4. open forum in brouser and press ctrl+f5 five times
5. Unfortunateli, category cover is still big... But I set up only 70 px cover hight.
Question. How can I check if CSS code in step on works?
Thank you very much!
Please look at my CSS again, look attentive. You should see there !important; statement, where is the important statement in your CSS code?
I'm closing this topic. Please don't use this support forum for wpForo related questions. This is the addons support forum. It's already mentioned on the top, so all further questions should be asked in wpForo support forum: https://wpforo.com/community/
Good afternoon! Thanks for your patience and help! Everything is working fine now 🙂 Next time I will post in another forum. Sorry for not understanding where to write right away! Thanks again for a great plugin. And for the excellent forum engine! Best regards, Julia