Okay
  Public Ticket #3834300
Change color Lottie animation
Closed

Comments

  •  1
    Willem Vogelaar started the conversation

    Hi :-) 

    I wonder if one can change the color of a Lottie animation?

    Attached files:  Skjermbilde 2025-03-08 kl. 07.22.17.png

  •  9,118
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-lottie-wrap .nectar-lottie path {
        stroke: #ed5958 !important;
    }
    

    Thanks


    ThemeNectar Support Team