• crosswire

    (@crosswire)


    I have 4 different images in my slider. I have the transparent color carousel that has the same color across all of them. I want to change each carousel caption background color to different ones. How can I approach this. Much appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there crosswire,

    Hope you’re well today!

    This is definitely possible with some custom CSS. Each of the slides have its own class which you can use to target caption for that specific slide. Please try adding the following code to Appearance >> Customize >> Advanced Options >> Custom CSS:

    .slide-1 .carousel-caption {
    background: #000;
    }

    Replace the color hex value for the one of the color that you want to display. You can use sites similar to this one to get hex value for the color of your choice:

    https://www.color-hex.com/

    Repeat the process for .slide-2 and so on. If this doesn’t work could you please post link to your site so I can take a look?

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter crosswire

    (@crosswire)

    Thank you.I used the .slide-3217 whatever number it generated and worked.

    Glad I could help! Have a great weekend ??

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customizr Slider Carousel Caption Colors’ is closed to new replies.