Okay
  Public Ticket #3486515
Comment Botton Styling
Closed

Comments

  •  4
    Casey started the conversation

    Hi there. Is there a place in the salient settings for button styling? If not, can you help me with the CSS for the hover color?

    Thanks!
    Casey

  •  1,877
    Judith replied

    Hi Casey,

    Thanks for writing to us.

    You can adjust the hover color from here:

    5522301977.png

    If that fails, you can try this CSS:

    body[data-form-submit="see-through"] .container-wrap input[type=submit], body[data-form-submit="see-through"] .container-wrap button[type=submit]:not(.search-widget-btn) {
        background: red !IMPORTANT;
    }

     hope this helps.

    Kind Regards.

  •  4
    Casey replied

    Sorry - I should have clarified. I'm specifically talking about the Comments button, not a WP Bakery button.

  •  2,958
    Andrew replied

    Hello again,

    Thank you for getting back to us.

    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):

    .comments-section .form-submit input[type=submit]:hover {
      background-color: #808080 !important;
    }
    

    Try that and let us know how it goes.

    Thanks,

  •  4
    Casey replied

    Thanks! You can close this ticket up :)