Hi all, simple one really, I think.
I want to make the BG of my forum page transparent. If i do this for the whole site, you can read the texts on my posts. I only want the forum page to have transparent bg
Can some one help with the CSS code I would need for this?
https://percysgrowroom.com/forum/
I want to get rid of the big white box everything is sitting on of you know what i mean. But only on this page, the rest of the site needs to stay the same.
Thanks in advanced for any help guys!
try
body.wpforo .container_24 .grid_24 {
background: transparent !important;
}
#wpforo #wpforo-wrap {
background: transparent !important;
}
#wpforo #wpforo-wrap .wpfl-4 {
background: #ffffff;
}
It worked great but the forum descriptions are not showing now as the text is dark on a dark back ground, i treid fixing it, but its not working.... can you help again mate?
- #wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-description{color: #ffffff;}
This is what I tried, but the description didnt change colour:
See here?
Man, I cant put into words how much I love you bro 😉 lol.
You're an absolute legend, thanks again man
Brilliant mate! All works beautifully! I really appreciate your help mate, all looks amazing