• Resolved brendanor

    (@brendanor)


    Hi! I have applied this code found here in custom CSS area to darken the opaque layer – it does not seem to work in this latest version of Customizr Pro 1.1.12

    If you scroll down to the latest comments in that thread you can see another snippet I have tried with help from Nicolas.

    .carousel-caption {
     background: rgba(0, 0, 0, 0.2);
    }

    new snippet:

    .item .carousel-caption {
     background: rgba(0, 0, 0, 0.4);
    }

    Both old & new snippets only apply the effect when I view my site in Mobile version – does not work on desktop (Chrome,Opera, IE)

    http://www.pocketrocketpower.com

    Any ideas? Thanks!

  • The topic ‘Changing transparency/opacity of the slider text background’ is closed to new replies.