Okay
  Public Ticket #1639780
button
Closed

Comments

  •  3
    eddie81b4u started the conversation

    I'm currently using your theme and love it. I wanted to make a change to the button from all uppercase to both upper and lowercase with the ability to change the padding around the text within the button along with the width of the button itself. Is this possible?

    button style in question:  See Through Solid On Hover

    http://staging.schiavocreative.com/scg/portfolio/bcbs-2/

  •  9,001
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    a.nectar-button.large {
        text-transform: none !important;
        padding:5px 10px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  3
    eddie81b4u replied

    Thank you! Works perfectly!