Swifty550 Member Mar 26, 2013 #1 I'm trying to apply transparency to the content section, but it just gives me a grey color? Any ideas? Thanks.
I'm trying to apply transparency to the content section, but it just gives me a grey color? Any ideas? Thanks.
Chris D XenForo developer Staff member Mar 26, 2013 #2 What is the actual CSS you have attempted to use? Where have you used it? In EXTRA.css? In a Style Property? Upvote 0 Downvote
What is the actual CSS you have attempted to use? Where have you used it? In EXTRA.css? In a Style Property?
EQnoble Well-known member Mar 26, 2013 #3 please post a link or an image with an arrow pointing to the area that you want transparent Upvote 0 Downvote
Swifty550 Member Mar 26, 2013 #4 I've applied it in the Styles property - both by setting the Alpha in Color picker and also via the extra .css box. It just shows up as a solid grey? You can see the values on the right. Upvote 0 Downvote
I've applied it in the Styles property - both by setting the Alpha in Color picker and also via the extra .css box. It just shows up as a solid grey? You can see the values on the right.
Swifty550 Member Mar 26, 2013 #6 Hoffi said: try opacity: 0.4 Click to expand... Still solid grey... Upvote 0 Downvote
Jeremy P XenForo developer Staff member Mar 26, 2013 #8 Swifty550 said: Sorted. Stupid thing. Click to expand... Mind posting how you sorted it? It can help others with the same problem. Upvote 0 Downvote
Swifty550 said: Sorted. Stupid thing. Click to expand... Mind posting how you sorted it? It can help others with the same problem.
Swifty550 Member Mar 26, 2013 #10 Jeremy P said: Mind posting how you sorted it? It can help others with the same problem. Click to expand... Admin CP -> Appearance -> Templates -> EXTRA.css Code: #content .pageWidth { background-color: transparent !important; } That. Upvote 0 Downvote
Jeremy P said: Mind posting how you sorted it? It can help others with the same problem. Click to expand... Admin CP -> Appearance -> Templates -> EXTRA.css Code: #content .pageWidth { background-color: transparent !important; } That.
Jake Bunce Well-known member Mar 27, 2013 #11 Don't use opacity. See my posts in this thread for detailed instructions: http://xenforo.com/community/threads/background-opacity.22729/ Upvote 0 Downvote
Don't use opacity. See my posts in this thread for detailed instructions: http://xenforo.com/community/threads/background-opacity.22729/