Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #452037

    hi,

    on the product category page i have a couple of products
    i would like to changed the background color of the add to cart button and a separate color for the show details and read more buttons.
    also i would like to disable the hover affect on these buttons and always show the full color, not just that color on hover

    • This topic was modified 9 years, 11 months ago by mischa00.
    #452677

    Hi mischa00!

    Add this to your custom CSS.

    .avia_cart_buttons {
      padding: 0px !important;
      opacity: 1 !important;
    }
    .add_to_cart_button {
      background: red none repeat scroll 0 0 !important;
      padding: 10px !important;
    }
    .show_details_button {
      background: blue none repeat scroll 0 0 !important;
      padding: 10px !important;
    }

    Cheers!
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    #452764

    Worked like a charm, awesome support as always!
    Thanks a lot,
    Cheers,
    Mischa

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘add to cart hover effect’ is closed to new replies.