Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #239745
    micheal_w
    Member
    Post count: 498

    Hi guys,

    I am waiting for your reply for 3 days in another topic http://www.swiftideas.com/forums/topic/product-page-9/
    That topic has been marked with “solved” and it maybe didn’t catch your attention that there is a question… Thank you 🙂

    #239754
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please activate your child theme, in the child theme functions.php file add this:

    function sf_change_product_price_position() {
    	remove_action( 'woocommerce_single_product_summary', 'sf_product_price_rating', 10 );
    	add_action( 'woocommerce_single_product_summary', 'sf_product_price_rating', 70 );
    }
    add_action( 'wp_loaded', 'sf_change_product_price_position' );

    Then go to your Theme options => Custom CSS and add this:

    .product-price-wrap {
        margin-top: 30px;
    }

    Thanks.

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

You must be logged in to reply to this topic.