Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1059230

    Hello, I would like the Add to Cart and Show Details button to be different colors AND hover independently.

    Thank you!

    #1060411

    Hey revelbranding,

    Thank you for using Enfold.

    You can use this css code to change the color of those buttons.

    #top .main_color .avia_cart_buttons .button.add_to_cart_button {
        color: red;
    }
    
    #top .main_color .avia_cart_buttons .button.show_details_button {
        color: blue;
    }

    You can add a hover state using the same set of selectors.

    // https://www.w3schools.com/cssref/sel_hover.asp

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.