inherit
229984
0
Feb 16, 2017 15:59:40 GMT -8
thegypsybeaner
4
March 2016
thegypsybeaner
|
Post by thegypsybeaner on Mar 14, 2016 7:21:35 GMT -8
Hello! So I've been working all weekend on setting up a new roleplay forum with a few of my friends, but after making everything semi-transparent, we cannot seem to make the welcome header transparent. It's super annoying. How would we go about doing this? :C
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 14, 2016 12:19:43 GMT -8
thegypsybeaner, That looks like a custom table there and without seeing that table on your site, I can't give you some css to target it unless I can find a class or id associated with that welcome area. Any chance you can't provide a link to your site and have it so I can view that table?
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,846
January 2015
msg
|
Post by Lynx on Mar 14, 2016 20:37:55 GMT -8
I just took a look. Looks like you're using the Dynamically Tabbed Tables plugin. The "Welcome" has a different background due to it being the active tab. When you click the "News" tab, you'll notice that the background moves to that. Tumbleweed - There's like 5 classes for it on inspection, so not sure which one needs targeting (although I think it might be the "state-selected" class). I got the URL from the image: thelastwar.freeforums.net/
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 14, 2016 21:26:20 GMT -8
Good detective work there Lynx . You are right about the selected class so it is this class that needs targeting: .list .item.state-selected
So, thegypsybeaner , something like: .list .item.state-selected{background-color: rgba(255, 255, 255, 0.5);}Just wanted to add, you would already have that class in your style sheet somewhere or in the plug in. Can't remember how that tabbed table worked.
|
|