Change Cart button to red (in Shop)

Home Forums Jevelin Theme Change Cart button to red (in Shop)

Home Forums Jevelin Theme Change Cart button to red (in Shop)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • vesna
    Participant

    Hey!

     

    When I hover over cart button, it turns red. How can I make it red as default? I need it to be more visible.

     

    https://www.lyl.wff.mybluehost.me/product-category/eyeglasses/

     

    Thanks

    Hi @vesna,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-woocommerce-products-style2 .woocommerce ul.products li.product .add_to_cart_button,
    .woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .add_to_cart_button {
        background-color: #f5614d!important;
        color: #fff;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)