Help with CSS email widget

  • melodicsounds
    Asked on August 27, 2018 at 11:31 AM

    Hi! I have an email widget "Dynamic Textbox", this has a buttón of add more "+". Its dark green and I want to change it to #9ce222. Is it possible?


    Thnx!

  • Adrian
    Replied on August 27, 2018 at 1:15 PM

    Yes, this can be done by adding the following CSS to the Widget.

    #addVar {
      background-color: #9ce222 !important;
    }

    Help with CSS email widget Image 10

    I have already made the change for you.

    Let us know if you need further assistance.