• I would like to know if I can make the stars(rating) of the product page appear above the description, in the case between the product photo and the description.
    When I go to customize/WooCommerce/Archives I see that you have the option to order, but unfortunately the price and rating are together in the same menu (Price/Rating), it would be perfect if they were separated because I want to leave the price where it is and just move the stars.

    I added a code that I saw on this forum in the CSS to separate them from the price, but if I try to change the position within that same code when the resolution changes the stars are completely misaligned.

    .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 {
        position: relative;
        top: auto;
        margin-top: 6px;
        width: 80px;
    }
    
    • This topic was modified 6 years, 4 months ago by lancarlos.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Price/Rating’ is closed to new replies.