hover color issue

Home Forums Legacy Support Support queries How-to & Troubleshooting hover color issue

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #237209
    rangu
    Participant
    Link 1 In the above link view cart is seen clearly below the product but in when I hover on it, the text changes to the same color as below Link 2 I tried changing the color but it does not affect at all
    #237267
    Misty
    Member
    This reply has been marked as private.
    #237285
    rangu
    Participant
    This reply has been marked as private.
    #237316
    Misty
    Member
    Hey @rangu I have checked Your issue but You can see in screenshot that I am provide you . There is no button of view cart in your site , so please add button of view cart below the Product. http://prntscr.com/qd1yjt
    #237352
    rangu
    Participant
    when you click on add to cart below the product, then you can find the view card button beside it.
    #237375
    Misty
    Member
    Hi You can use this css Apply css in : wp-admin > Appearance > Customise > custom css .woocommerce-notices-wrapper a.button.wc-forward { background-color:#dad8da; color:#515151; text-decoration:none; background-image:none; }
    #237396
    rangu
    Participant
    the code is not working
    #237471
    logan
    Member

    You can use this css

    Apply css in : wp-admin > Appearance > Customise > custom css

    .woocommerce-notices-wrapper a.button.wc-forward:hover{

    background-color: #dad8da !important;

    color:#515151;

    }

    #237549
    rangu
    Participant
    It's not working
    #237560
    Veronica
    Moderator
    use this code: .wpb_wrapper .woocommerce.columns-4 a.added_to_cart.wc-forward:hover{ background-color: #dad8da !important; color:#515151; } and this will work for sure. check here:http://somup.com/cql0iifpMz you can change the colors as per your need. please let know the result.
    #237563
    Steve
    Member
    Hey @rangu , remove those css and add this -> .page-id-828 .product a.added_to_cart.wc-forward{ color: white !important; padding:4px !important; border-radius:5px !important; } Thanks
    #237592
    rangu
    Participant
    it worked thanks
    #237595
    Veronica
    Moderator
    great! closing the topic.
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘hover color issue’ is closed to new replies.