Home Forums WoodMart support forum Add to cart button text does not become black on hover

Add to cart button text does not become black on hover

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

    mfatih94
    Participant

    Add to cart button text does not become black on hover. I have set all buttons Background on hover = white, Text color scheme on hover = dark

    #166877

    Hello,

    I inspect your site as on hover you have selected the white color from theme settings that’s why on the shop page on the product grid items, the add to cart button display in white background and your dark text color not applying on it because it is an icon not the text.

    If you want to display that cart icon in black with hover effect then use the below CSS code in global custom CSS area under theme settings>> custom CSS:

    .woodmart-hover-base:not([class*=add-small]) .wd-bottom-actions .add-to-cart-loop:before {
       color: black;
    }

    Best Regards.

    #167026

    mfatih94
    Participant

    Thank you very much my friend you are the best

    #167056

    Most Welcome :-)

    If you do not mind, can you please leave 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

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

The topic ‘Add to cart button text does not become black on hover’ is closed to new replies.