css 将店面产品共享图标移到WooCommerce产品页面上的说明下方。
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 将店面产品共享图标移到WooCommerce产品页面上的说明下方。相关的知识,希望对你有一定的参考价值。
function sd_move_product_sharing() {
if ( class_exists( 'Storefront_Product_Sharing' ) ) {
remove_action( 'woocommerce_after_single_product_summary', array( Storefront_Product_Sharing(), 'sps_product_sharing' ), 5 );
add_action( 'woocommerce_after_single_product_summary', array( Storefront_Product_Sharing(), 'sps_product_sharing' ), 15 );
}
}
add_action( 'init', 'sd_move_product_sharing' );
@media screen and (min-width: 768px) {
.storefront-product-sharing {
padding: 0 0 2.618em 0 !important;
border-top: 0 !important;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 2.618em;
}
}
以上是关于css 将店面产品共享图标移到WooCommerce产品页面上的说明下方。的主要内容,如果未能解决你的问题,请参考以下文章
如何从 Hybris 店面的购物车生成多个订单?
数码产品各店面分析
html [将切换菜单图标移到右侧] #foundationpress
尝试用 Woocommerce 购物车上的删除文本替换“x”
css Genesis将标题移到内容之上
woocommerce网站主题添加代码