Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • mdh_jle Friend
    #170538

    I have set up the slideshow module with the erio profile/skin. When I change the opacity of the description background to, say maybe 0.7, the description text also becomes transparent. Is it possible to only change the opacity of the black background and keep the opague white for the text?

    tfosnom Friend
    #423793

    No expert but
    The bkg text seems to be a grey color: #7B7D80; called in style.css at around line 240

    .ja-slide-desc p {
    color: #7B7D80;

    line-height: 2;

    You may be able to change it to full white, yellow etc. to suit after the transparency changes
    Cheers Shane

    mdh_jle Friend
    #423800

    I have changed the .ja-slide-desc p to white, but that indeed changed the color, but it is still transparent. If I change the transparency to 0.5 the white text gets even more transparent, just like the black background. I also tried to ad “opacity: 0.5;” to the .ja-slide-desc p, but nothing happens…

    tfosnom Friend
    #423807

    <em>@mdh_jle 281617 wrote:</em><blockquote>I have changed the .ja-slide-desc p to white, but that indeed changed the color, but it is still transparent. If I change the transparency to 0.5 the white text gets even more transparent, just like the black background. I also tried to ad “opacity: 0.5;” to the .ja-slide-desc p, but nothing happens…</blockquote>

    I’m unsure what is really achieved by changing the opacity of the black right hand bkg apart from making it a lighter looking shade?
    if that is your wish look at style.css line 186. – Tested this locally using Erio 1.5 Quickstart

    .ja-slide-desc {

    background: none repeat scroll 0 0 #000000; Change this line to #333 or lighter “black you need, text does not change

    height: 268px;
    opacity: 0.9;

    padding: 52px 40px 40px;
    position: absolute;

    right: 0;

    top: 0;
    width: 390px;

    Hope this is the correct solution for you
    Shane

    mdh_jle Friend
    #423959

    I tried you solution and the readability got a lot better. Many thanks for your help!

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  mdh_jle 13 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum