-
AuthorPosts
-
September 13, 2016 at 5:16 pm #967977
http://juice.growmyideasclient.com/cleanse/level-one
I have the articles with a 0.9 opacity in order to see the background images through the colored block.
I am trying to get the text and images to be 100% opacity…should I use ::before or ::after on the targeted elements?ALBERT
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
September 13, 2016 at 9:36 pm #968024Hi Albert,
I’m not sure what you are trying to achieve but I just changed opacity of the blue colour to 1.0 in css and now, of course, I don’t see the background image underneath. Is this what you want? See screenshot.
September 13, 2016 at 10:00 pm #968032The article background in my screenshot has a blue with an opacity:
.t3-content {
background: #039be5;
opacity: .90;
}I want the article photos to not fade with it. — so the images in the article would be at opacity:1.0;
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
September 13, 2016 at 10:28 pm #968036I see what you mean. Not sure how to maintain full opacity on images when only 0.9 on background. But I’m sure someone at JA support does 🙂
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 14, 2016 at 2:10 am #968057Hi
Add below code in custom.css file to change the opacity to 1.t3-content { -khtml-opacity: 1; -moz-opacity: 1; -ms-filter: "alpha(opacity=1)"; filter: alpha(opacity=1); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1); opacity: 1!important; }
September 14, 2016 at 3:05 am #968083Ok, I have confused everyone with this I apologize. I am trying to keep only the images opaque and the .g3-content slightly Transparent. I don’t think it is possible without adding another layer or doc behind the content layer.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 14, 2016 at 4:19 am #968086Hi
Change the value of opacity in the suggested code to make it more transparent for example 0.5 on the place of 1 in codeSeptember 14, 2016 at 1:53 pm #968203Pankaj, That is just an opacity css for the .t3-content. I know how to do that. The problem is the article images also have that opacity I dont want the actual images in the articles to have any opacity- no transparency at all.
does that make sense?
see attached
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 15, 2016 at 2:23 am #968321Hi
Please check there is no overlay on the picture : http://prntscr.com/ci5byq
To set the opacity you have to change the code i suggested above.t3-content { background: #039be5; -khtml-opacity: .90; -moz-opacity: .90; -ms-filter: "alpha(opacity=90)"; filter: alpha(opacity=90); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.9); opacity: .90; }
replace .90 to .08 for opacity .
September 16, 2016 at 9:00 pm #968760The pictures still have a transparency the same as the background- I am trying to make the picture have a different opacity than .t3-content
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 17, 2016 at 1:23 am #968788Hi, there is no layer of colour on pics.
While your original pics are transparent bg that may be an issue according to you.
http://prntscr.com/cix1hg
You can replace the images or check the style that you applied on pics by the 3rd party extension you are using for this module .September 17, 2016 at 2:25 pm #968834No – that doesn’t matter it does the same thing with .jpg. look at this page.
http://juice.growmyideasclient.com/about-us
no third party extension just a Joomlart UBER page with a transparency on the .t3-content
Again, I am trying to apply the transparency to just the background not the image.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 19, 2016 at 1:54 am #968989Hi
There nothing that is applied on image . The background is behind the t3 content class only .
You can illustrate the issue inside your screenshot because i am not sure what issue you are facing since the image looks normal there is nothing that is affecting .
http://prntscr.com/cjmvnpAuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 12 replies, has 3 voices, and was last updated by Pankaj Sharma 8 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum