- Acme Themes

Best Premium and Free WordPress Themes Forums SuperMagPro 2 quick styles questions Reply To: 2 quick styles questions

#6986
acmethemes
Keymaster

Please add the CSS codes on Appearance > Customize > Layout Options > custom Css

.slider-section .bx-controls-direction a {
    background: #000;
}

.slider-section .bx-controls-direction a i.fa.fa-angle-left {
    color: #fff;
}

.slider-section .bx-controls-direction a i.fa.fa-angle-right {
    color: #fff;
}

Thank You