Okay
  Public Ticket #3812410
Flickity buttons
Open

Comments

  • markrd789 started the conversation

    HI, i'm trying to change the color of the flikity round buttons to advance the image slider. i have a dark themed site and the black buttons get lost. i'm not sure which value i want to use but probably #f0e589


    thanks

  •  1,986
    Judith replied

    Hello Mark,

    Thanks for writing to us

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:before {
        background-color: #f0e589;
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.