Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #645753

    Hello,

    I need to change the color of the add to cart button. The hover style is in wrong color. I need to change the color and the border color. Cuould you please help me?

    Thank you!
    Best regards

    #645842

    Hey marilusnm,

    The site is started to look great!! I request you to always provide a link the page where we can inspect the element in question, it helps a lot :)

    use the below code to change the hover color for add to cart button.

    .woocommerce-variation-add-to-cart .button:hover {
        background-color: gold!important;
        border-color: #000!important;
    }

    In case you need to change colors for other buttons below is the list of CSS class names do not worry if you cannot make sense out of it just contact us when you need help!

    .main_color .ajax_controlls a:hover, 
    .main_color #submit:hover, 
    .main_color .big_button:hover, 
    .main_color .contentSlideControlls a:hover, 
    .main_color #submit:hover, 
    .main_color input[type='submit']:hover 

    Best regards,
    Vinay

    #645868

    Thank you Vinay. You Are My hero!!
    Best regards

    #645884

    Hi,

    Happy to help :)

    To know more about enfold features please check – http://kriesi.at/documentation/enfold/

    Happy site building and thanks for using enfold.

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Add tu cart button styles’ is closed to new replies.