Slider arrows

Hi, I need to change the arrows in my slider as far as position and color is concerned.

I'll attach two screenshots, the first is what I see in my website, the second in a website where I like the result more.

I need these changes for mobile only.

Basically I need to move the arrows "within" the slider and change color to white.

As for the

position I found this:

.content_slider.flat a.button {

bottom: -5px; //working

}

As for the color I found this:

.button-custom .button {

  color: #ffffff; //not working

}


Comments

Sign In or Register to comment.