Carrussel arrows & background color

Hi!

I'm working in this website:


and I need to change the color of the navigation background and arrows in the posts carrusel (under the title "CASOS DE EXITO"). Can you help me to do that?

Thank you and best regards.

Òscar

Comments

  • Hello,
    You can change tha background of the carousel, by setting the background color in the section settings.
    About the arrows, you want to change the color of the "<" and ">" icon only?
    Thanks
  • Hello,
    I do not explained me well. I want to change the color of the icon arrows (as you said) but I want to change the background color under the icons too (now it's white with less opacity and I want it corporate blue). 

    Thanks and best regards.
  • Please use this CSS code into Theme Options > Custom CSS & JS > CSS
    html body #Content .blog_slider.flat .blog_slider_header a.button.slick-arrow{
    background:rgba(255,0,0,.5) !important;
    }

    .slick-arrow i::before{
    color:blue !important;
    }
    Thanks
  • Hi Pablo, that's nice. Thank you very much!
Sign In or Register to comment.