WooCommerce产品列表设计问题

时间:2015-07-07 作者:Nasir khan

在我的设计中,每个产品都是这样列出的

<div class="col-md-3 special-products-grid text-center">
                        <a class="brand-name" href="single-page.html"><img src="images/b2.jpg" title="name" /></a>
                        <a class="product-here" href="single-page.html"><img src="images/p2.jpg" title="product-name" /></a>
                        <h4><a href="single-page.html">Line Link 67009</a></h4>
                        <a class="product-btn" href="single-page.html"><span>109.90$</span><small>GET NOW</small><label> </label></a>
                    </div>
在woocommerce插件中,该产品以ul和li格式列出。我是如何解决这个问题的,因为我在woocommerce商店页面中将css设置为div,而它以ul列出。

1 个回复
最合适的回答,由SO网友:Hari Om Gupta 整理而成

Nasir,您可以将woo commerce模板文件继承到当前主题中并集成html,在这里您可以找到woo主题集成指南http://docs.woothemes.com/documentation/plugins/woocommerce/woocommerce-codex/theming/

结束

相关推荐