Flex Slider Change Button Color and Size

Simple question but how might I change the color & size of the forward and back button on the X flex slider. Thank you.

Hi There,

Please try adding this custom CSS under X > Theme Options > CSS:(https://i.imgur.com/hbyhygb.png)

.flex-direction-nav a {
    color: #000;
    background-color: #f0f0f0;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.flex-direction-nav a.flex-next {
    left: 60px;
}

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.