Okay
  Public Ticket #2560027
Sailient button css customization
Closed

Comments

  •  1
    clempire started the conversation

    Hi, 

    currently i have a button on the landing page that i would like to customize the border radius for. i tried to add css to the page but it did not work. Would anyone know how to fix this ? 


    Greetings 

  •  2,723
    Andrew replied

    Hi clempire,

    Thanks for reaching out.

    Use the following custom css:

    body.material .nectar-button.jumbo:not([class*="see-through"]) {
        border-radius: 5px !important;
    }
    

    Hope this helps.