Okay
  Public Ticket #3009733
Button Border Thickness
Closed

Comments

  •  14
    Jerfalco started the conversation

    How do I increase the thickness of my button border when I use the "see through" style?

    Thanks!

  •  2,958
    Andrew replied

    Hi there,

    You could try this CSS:

    a.nectar-button.see-through{
        border-width:8px !important;
    }
    


    add it to salient \ general - css script related - custom css code.

    Adjust the 8px up for more thickness of the border.

    Cheers. 

  •  14
    Jerfalco replied

    perfect. thank you!