This topic has 2 replies, 2 voices, and was last updated 5 years, 9 months ago ago by Rose Tyler
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
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
You must be logged in to reply to this topic.Log in/Sign up