Notifications
Clear all

[Closed] How to remove the transparent bar under Category Cover Image ?

5 Posts
2 Users
1 Reactions
547 Views
Posts: 55
Topic starter
(@amitkool21)
Trusted Member
Joined: 5 years ago

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
Chris
Posts: 3649
(@chris)
Famed Member
Joined: 3 years ago

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.

 

3 Replies
(@amitkool21)
Joined: 5 years ago

Trusted Member
Posts: 55

Hey @chris

The CSS code that you shared didn't work, will let you know about the screen resolution thing after removing the background color. 

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@amitkool21,

Copy the above CSS again, just edited it.

(@amitkool21)
Joined: 5 years ago

Trusted Member
Posts: 55

@chris 

worked perfectly.

Thank You. 🙂 

Can we hyperlink it ?