How-to and Troubleshooting
5
Posts
2
Users
1
Reactions
628
Views
Aug 19, 2022 7:58 pm
Hello,
As the topic says, How to remove the transparent Bar (background) behind the text Announcements and Help Desk. or may be set the opacity to 0 (zero).
I have two other questions.
Is there a way to hyperlink the Category Cover Image to some page ?
What is the dimension of Category Cover Images ?
4 Replies
Aug 20, 2022 11:32 am
Hi @amitkool21,
Try this CSS code for the background color:
#wpforo #wpforo-wrap .wpfl-3 .wpforo-category { border-bottom: #43A6DF 4px solid !important; } #wpforo #wpforo-wrap .wpforo-cat-panel { background: rgb(255 255 255 / 0%) !important; }
Try 720x145 dimension, Not sure if it's the same for different screens resolutions.