Okay
  Public Ticket #1441797
Button Opacity
Closed

Comments

  • Tyler started the conversation

    Is it possible to change the opacity of the button "elements." I'd love for the normal state of the button to look like the hover state of the solid style button. Maybe there is code I can add? 


    Thank you!!

  •  9,016
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .nectar-button {
        opacity: 0.87 !important;
    }

    Thanks


    ThemeNectar Support Team