• Resolved medianuk

    (@medianuk)


    Hi! I’m struggling to change the colour of previous- next button colour of image slider that’s blue by default. I tried CSS code suggested by Alexis Pandaan

    For customizing the color of the arrows, you can start with this:

    .ub_image_slider .swiper-button-prev:after, .ub_image_slider .swiper-button-next:after {
    color: #ff00ff;
    }

    It just doesn’t work. Can I expect some help here.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    Please try using !important with the CSS.

    Like:

    .ub_image_slider .swiper-button-prev:after, .ub_image_slider .swiper-button-next:after {
        color: #ff00ff !important;
    }
    Thread Starter medianuk

    (@medianuk)

    Thanks Imtiaz. I had given it a shot earlier and tried again with your code but it won’t budge.

    BTW I’m inserting the code in additional CSS box of the Slider block.

    Please guide me if anything else that can be done?

    Thanks again

    Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    @medianuk,

    Can you please share a link of any of your page where I can check the slider?

    Thread Starter medianuk

    (@medianuk)

    Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    @medianuk

    Please try the following.

    From your dashboard, go to Appearance > Customize > Additional CSS and add the following CSS:

    .swiper-button-next, .swiper-button-prev {
        color: red !important;
        background-image: none !important;
    }

    You can change the color value to any color codes you want.

    Please let me know if that works for you.

    Kind regards.

    Thread Starter medianuk

    (@medianuk)

    Thank you @imtiazrayhan! Yes, it worked wonderfully .

    Could you please remove the website link that I shared in the thread?

    Thanks again and all the very best to you.

    Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    Glad to hear that.

    Unfortunately, I can’t modify your replies. You or a moderator can do that.

    Kind Regards.

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

The topic ‘UltimateBlocks Image Slider button Colour’ is closed to new replies.