Okay
  Public Ticket #1765323
Customize button
Closed

Comments

  • Luisdeoficina started the conversation

    Hi.

    I want to customize the buttons and the buttons hover, but i donĀ“t find the codec css.

    I used this:

    a.nectar-button.medium:hover{
    background-color: #000000 !important;}

    But only change the background text, no background button.

    How can I do this?

    Thank you.

    Luis

  •  3,030
    Andrew replied

    Hi,

    Thank you for contacting us.

    You can try the following Custom CSS which uses a CSS class which is more specific to cause the override. If not working please send us a link to a page with button.

    a.nectar-button[data-color-override="false"].regular-button:hover{
      background-color: red !important;
    }
    

    Kind Regards

  • Luisdeoficina replied

    Thank you.