• Resolved rlontayao

    (@rlontayao)


    Hello. Can you help me with the css codes for changing the color of the slider arrow ← → buttons? Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author themearile

    (@themearile)

    Hi rlontayao

    Yes, please add the below CSS in the Additional CSS box, Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to publish button.

    #theme-main-slider.owl-carousel .owl-prev, 
    #theme-main-slider.owl-carousel .owl-next {
        background-color: rgb(249 155 31 / 60%) !important;
        border: 2px solid rgba(253, 134, 156,.1) !important;
        color: #fff;
    }
    #theme-main-slider.owl-carousel .owl-prev:hover, #theme-main-slider.owl-carousel .owl-prev:focus, #theme-main-slider.owl-carousel .owl-next:hover, #theme-main-slider.owl-carousel .owl-next:focus {
        background-color: rgb(249 155 31) !important;
        border: 2px solid rgb(249 155 31) !important;
        color: #fff;
    }

    Let us know if it works.

    Thanks

    Thread Starter rlontayao

    (@rlontayao)

    It worked! Thank you so much 🙂

    Theme Author themearile

    (@themearile)

    Dear rlontayao,

    Glad to know it. We hope you are enjoying the Consultstreet theme.

    Please help us improve our customer satisfaction by writing a quick review https://wordpress.org/support/theme/consultstreet/reviews/#new-post. We would be extremely grateful.

    Please let me know if you need any further assistance..!

    Thank you for your time.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Color of slider arrow buttons’ is closed to new replies.