Okay
  Public Ticket #3992081
Roll over colours for Add to Basket Button
Open

Comments

  •  31
    UK-Designer-Guy started the conversation

    How can I change the rollover colour for the add to basket colour?

    Not obvious to me in the inspection window.

    Cheers

    Jason

  •  3,170
    Andrew replied

    Hi Jason,

    Thank you for getting in touch.

    This will require adding some custom CSS to change the color. Let us know what color you want to change this to so we can share the CSS needed.

    We look forward to your reply.

    Kind regards,

  •  31
    UK-Designer-Guy replied

    Hi Andy

    Can we try :

    #009B99

  •  9,215
    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):

    .woocommerce button[type=submit][name=calc_shipping]:hover, .woocommerce input[type=submit][name=apply_coupon]:hover, .woocommerce input[type=submit][name=update_cart]:hover, .woocommerce-page:not([data-form-submit=see-through]) div[data-project-style=classic] button[type=submit].single_add_to_cart_button:hover {
        background-color: #009B99 !important;
    }

    Thanks


    ThemeNectar Support Team