【发布时间】:2017-07-03 23:31:55
【问题描述】:
我想在主页上添加悬停效果,如下所示: http://demo.woothemes.com/?name=galleria&_ga=1.242371650.1503770507.1481544136
我找到了一种在产品中添加悬停效果的方法
/* Make product in categories glow on hover */
.woocommerce-page ul.products li.product:hover {
box-shadow: 0 0 20px #1e73be;
}
但我找不到为主页部分的产品类别制作此功能的方法。
我使用店面子主题大师来编辑店面主题: https://github.com/stuartduff/storefront-child-theme
感谢任何形式的帮助,
问候,
【问题讨论】:
标签: css wordpress woocommerce hover storefront