Home Forums Basel support forum How to change prev/next button color on image slider.

How to change prev/next button color on image slider.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #128818

    martina
    Participant

    Can you help me with custom css. I want to change color of arrows in Image carousel 🙂

    #128890

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .arrows-style-3.pagin-color-light .owl-nav>div {
        background-color: red;
    	color:yellow;
    }

    Replace the color as per your needs

    Best Regards

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