Home Forums WoodMart support forum Price disappears

Price disappears

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #321240

    badr
    Participant

    Hello,

    As you can see in the attached picture, the price of some product disappears when we hover on the product. also the reviews.
    Do you have any idea on why does this happen ?

    Thanks and regards

    Attachments:
    You must be logged in to view attached files.
    #321329

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

     .wd-hover-base.has-stars.purchasable .product-rating-price {
     height: 50px;
     }
    
     .wd-hover-base.has-stars.purchasable:hover .wrapp-product-price {
        transform: none !important;
    }

    Best Regards

    #321467

    badr
    Participant

    Hello,

    oh it works. sorry to bother you again, but I would like to show reviews only on hover is that prosible ? the price is good.

    Thanks and regards

    #321566

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-hover-base.has-stars.purchasable .product-rating-price .stamped-badge {
        display: none;
    }
    .wd-hover-base.has-stars.purchasable:hover .wrapp-product-price .stamped-badge {
        display: block;
    }

    Best Regards.

    #321764

    badr
    Participant

    Is works well, thank you !

    #321841

    Hello,

    We are thrilled that you loved your experience with XTEMOS,We put customer experience and satisfaction as our priority, and your words reaffirms the hard work we put in every day.

    So thanks for your kind words and we look forward to seeing you again.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Price disappears’ is closed to new replies.