Okay
  Public Ticket #255019
Caorusel Arrows
Closed

Comments

  • Duane started the conversation

    Is there a way to customize the color of these arrows:

    http://screencast.com/t/A6EGRFf4WsPe

    Thank you!

    D_


  •  8,839
    Tahir replied

    Hey Duane!

    Add this into the Custom CSS box located in your Salient Options panel :

    body .carousel-next i,body .carousel-prev i {
        color: #000 !important;
    }
    
    
    

    Cheers


    ThemeNectar Support Team 

  • Duane replied

    Thank you Tahir...I'd like to change the color of the square as well. Is that possible?

    D_

  •  8,839
    Tahir replied

    Sure, Add this into the Custom CSS box located in your Salient Options panel :

    body .carousel-next,body .carousel-prev {
        background: #fff !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Duane replied

    Thanks Tahir!

    D_