Switch Price position - by Card2 - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 5 years, 2 months ago ago by Rose Tyler

  • Avatar: Card2
    Card2
    Participant
    February 14, 2019 at 04:39

    Hello, I have two questions.
    (1.)How can I remove/hide the page titel (https://prnt.sc/mkudxp ) and (2.) is it possible to change the position of the price in the store so that the price is displayed in this area: https://prnt.sc/mkudcz

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2019 at 09:10

    Hello,

    Thanks for contacting us.
    1. Edit page > [8theme] Layout options > Breadcrumbs Style > Disable http://prntscr.com/mkwjf4
    2. You can display the price here http://prntscr.com/mkwtml by adding this code in functions.php of your child theme

    remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_price', 10);
    add_action('woocommerce_single_product_summary', 'woocommerce_template_single_price', 30);

    Read more – http://www.alphablossom.com/move-woocommerce-price-on-single-product-page/

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.