Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Music Club Pro: Products thumbnail color When Hovering

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33729
    Ahmed Alkaddour
    Participant

    Hello team,

    Could you please advise how to change the red color that is showing on woocommerce products when I hover over them?

    I tried to change colors in the theme options but did not work. it is always showing red colour when hovering on it.

    Please let me know how to do it.

    Picture attached in link below:
    https://drive.google.com/file/d/13Ec46kwnZJFnmPrE-degZhfiz38WOHkh/view?usp=sharing

    #33731
    Grace Support
    Keymaster

    Hi,

    Please share your website URL so we can check and assist you quickly.

    Regards
    Grace Themes

    #33742
    Ahmed Alkaddour
    Participant

    Hi,

    here is the link:
    https://watershedguitar.com/shop/

    just try to hover over products and the red colour shows up.

    if you need login info please let me know.

    many thanks

    #33761
    Grace Support
    Keymaster

    Hi,

    To change this color
    Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
    add below css code

    .woocommerce ul.products li.product:hover .price {
        background-color: #7642d3 !important;
    }
    .woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
        background-color: #7642d3 !important;
    }

    Please make this changes and let me know if you have any questions.

    Regards
    Grace Thenmes

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