• Resolved coisasespertas

    (@coisasespertas)


    Hi everyone, i tried to hide the price/rating hover in my woocommerce with this CSS but it doesnt work in my site:

    .woocommerce ul.products li.product.has-rating li.inner .star-rating, .woocommerce ul.products li.product.has-rating .product-inner:hover .inner .price {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    visibility: visible;
    }
    .woocommerce ul.products li.product.has-rating li.inner .star-rating {
    display: none;
    }

    Also tried to do any customize, like margin the “buy button”, but has no changes.
    I can see the changes in the Custom CSS page, but when i go to my publish site, it doesnt appear.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Oceanwp Customize CSS doesn work in Woocommerce Price/Rating’ is closed to new replies.