Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • mspragg Friend
    #682793

    I would like to make the background of the textbox on my slideshow3 slightly transparent so it doesn’t totally block out the image behind it but I can’t work out where to make this edit. The background is currently a very solid blue as seen in the attached image. All suggestions welcome.

    Pankaj Sharma Moderator
    #682840

    Hi
    Use my solution below
    Add this code in custom.css File .


    .acm-slideshow .style-3 .slide-desc
    {
    opacity:0.5;
    }

    change opacity as per needs.

    Pankaj Sharma Moderator
    #748083

    Hi
    Use my solution below
    Add this code in custom.css File .


    .acm-slideshow .style-3 .slide-desc
    {
    opacity:0.5;
    }

    change opacity as per needs.

    mspragg Friend
    #683616

    Thanks for the suggestion. I have tried adding that code in a custom.css file but it hasn’t made any difference. Is there another option?

    mspragg Friend
    #748374

    Thanks for the suggestion. I have tried adding that code in a custom.css file but it hasn’t made any difference. Is there another option?

    Pankaj Sharma Moderator
    #683621

    Hi
    There is syntax error in code . You have not added dot . before class so it not working . kindly add complete code and check

    .acm-slideshow .style-3 .slide-desc
    {
    opacity:0.3;
    }

    Pankaj Sharma Moderator
    #748379

    Hi
    There is syntax error in code . You have not added dot . before class so it not working . kindly add complete code and check

    .acm-slideshow .style-3 .slide-desc
    {
    opacity:0.3;
    }

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

This topic contains 7 replies, has 2 voices, and was last updated by  Pankaj Sharma 9 years, 1 month ago.

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