New Landing How can we help? General Feedback & Suggestions How to move each position on the single product page :)

Viewing 2 posts - 1 through 2 (of 2 total)
  • #158001
    jyc109th
    Member
    Post count: 80

    Hello.

    This is David. I’m back ๐Ÿ™‚

    I really want to know how to move each position on the single product page..

    I attached my file, and please open that.

    I already below code, but it was not working perfectly!
    /*******************************************************
    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_excerpt’, 20 );
    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_meta’, 40 );
    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_sharing’, 50 );
    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’, 30 );

    add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_title’, 5 );
    add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_excerpt’, 20 );
    add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 30 );
    add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’, 35 );
    add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_meta’, 40 );
    add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_sharing’, 50 );
    **************************************************/

    Here is my hope list.
    1. I want to display ‘product title’ on the woocommerce price space.
    2. I want to move ‘woocommere price’ to above cart position..

    I think It doesn’t matter what I have to use (CSS Code, Woocommerce plugin, etc..)

    I need your help ๐Ÿ™‚

    Thank you, and have a nice day!

    Attachments:
    You must be logged in to view attached files.
    #158126
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .single-product div.product .entry-title {
        display: block;
        font-weight: bold !important;
        font-size: 22px;
        text-align: center;
    }
    
    .single-product .page-heading h1{
    display:none !important;
    }
    
    .single-product .summary-top span.amount{
    display:none !important;
    }

    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register