Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #863872

    bak
    Participant

    Hi, I am using the slider element.

    How can I change the color of the buttons which allow you to go through the different images?

    #863876

    bak
    Participant
    This reply has been marked as private.
    #864358

    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > CSS.

    .flex-direction-nav a, .flex-control-nav a:hover, .flex-control-nav a.flex-active {
        background-color: blue !important;
    }

    Hope that helps. 🙂