-
I have a problem regarding the title position of some woocomerce products, they are next to the image of my product and would like to put it on top of the image, how can I do this?
<figcaption>
<h3 class=”product_title”>“><?php the_title(); ?></h3>
<?php if (dh_get_theme_option(‘woo-list-rating’,1) ==’1′) :?><?php woocommerce_template_loop_rating(); ?><?php endif;?>
<?php woocommerce_template_loop_price(); ?><?php DH_Woocommerce::countdown_html()?>
<?php echo wp_trim_words($post->post_excerpt,apply_filters(‘dh_woocommerce_list_mode_excerpt_lenght’, 30))?><?php woocommerce_template_loop_add_to_cart();?><?php
if(class_exists(‘DH_Woocommerce’))
DH_Woocommerce::instance()->template_loop_quickview();
?>
<?php if(class_exists(‘DH_Woocommerce’)):?><?php DH_Woocommerce::instance()->template_loop_wishlist()?><?php endif;?>
</figcaption>
Change position Product_Tittle Woocomerce
This topic is: not resolved