Okay
  Public Ticket #3507224
change :hover form submit button
Closed

Comments

  •  4
    chloe started the conversation

    Hi,

    I changed the form submit button styling to be white. Now id'like the backround of the button to turn black transluscent on :Hover (rgba(0, 0, 0, 0.25)

    But i don't find the good css selector. could you help ?

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    body[data-form-submit="see-through"] .container-wrap .span_12.light input[type=submit]:hover {
        background-color: rgba(0, 0, 0, 0.25)!important;
    }

    Thanks


    ThemeNectar Support Team 

  •  4
    chloe replied

    It works! thanks for your help