【发布时间】:2016-05-13 19:31:24
【问题描述】:
我正在使用 Woocommerce 插件。我想在商店页面中更改我的产品格式。 现在,产品显示为“块”,就像在 WordPress 中显示产品的标准格式一样。
图片
产品名称1
价格
Add_to_Cart_button
图片
产品名称2
价格
Add_to_Cart_button
但现在我试图让产品显示为“线条”。像这样:
Product_Name1、价格、Add_to_cart_button
Product_Name2、价格、Add_to_cart_button
Product_Name3、价格、Add_to_cart_button
该图像不需要并且已成功删除。我在online 搜索了更改格式的解决方案,发现在 CSS 文件中,您可以将变量“display”从“block”更改为“inline”。但不幸的是,这并没有得到想要的解决方案。
【问题讨论】:
标签: css wordpress woocommerce wordpress-theming