Okay
  Public Ticket #209862
Button Font Spacing
Closed

Comments

  • Todd started the conversation

    How do I change the shortcode button font spacing?  Default is a bit too spread out.

  •  8,470
    Tahir replied

    Hey Todd!

    Add this into the Custom CSS box located in your Salient Options panel:

    .nectar-button {
    
    letter-spacing:0px !important
    
    }

    Cheers


    ThemeNectar Support Team