Search for: Log In Free Support [Support request] change title position Home › Forums › Support › change title position This topic has 5 replies, 2 voices, and was last updated 4 months, 2 weeks ago by Leo. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts August 31, 2020 at 2:52 pm #1425723 siddardha thammana Hello How can I make the title appear above the featured image instead of on the right side of the image? Thanks August 31, 2020 at 3:29 pm #1425740 LeoStaff Customer Support Hi there, Can you try this solution here? https://generatepress.com/forums/topic/move-product-title-above-product-image-on-woocommerce/ Adding PHP: https://docs.generatepress.com/article/adding-php/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 1, 2020 at 5:22 am #1426362 siddardha thammana I added this code, but it didn’t seem to change anything add_action( 'wp', function() { if ( is_shop() || is_product_category() ) { // remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 ); add_action( 'woocommerce_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 11 ); } } ); September 1, 2020 at 8:40 am #1426664 LeoStaff Customer Support Try removing the conditional tag. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 1, 2020 at 10:41 am #1426819 siddardha thammana It still didn’t change September 1, 2020 at 10:46 am #1426827 LeoStaff Customer Support Can I get you to check with WooCommerce support on this? I just activated the twenty twenty WP default theme and the title is on the left as well: https://www.screencast.com/t/m96u7yzudS They should be able to provide a similar snippet above to remove the default title and insert using another hook. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In