Color on slider arrows

Dear Activello Team,

Is there any way I can edit the color of only the arrows for the slider?

/Gustav

Hi Gustav,

Thank you for your question.

You can achieve this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

#page .flex-direction-nav a {
    color: #000;
}

You can change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Best Regards,
Movin

GREAT! Thank you so much!

You are most welcome here :slight_smile: