Woodmart自定义功能代码
目录
/* 添加自定义侧边栏 填写对应ID*/ <?php dynamic_sidebar( 'sidebar-YOUR_SIDEBAR_ID' ); ?>
WPbarkey选项卡标题背景效果
/*WPbarkey选项卡标题背景效果*/ .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text{ padding-left: 15px;padding-right: 15px;line-height: 2.5;} .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab>a:hover .vc_tta-title-text:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active .vc_tta-title-text:after { height: 50%; } .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text:after { bottom: 0;top: unset; left: 0; width: 100%; height: 2px; background-color: var(--wd-primary-color); transition: height 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15); z-index: -1; }
/*产品详情相册*/ .single-product .thumbnails .owl-stage{width:100%!important;transform: unset!important;} .single-product .woocommerce-product-gallery .thumbnails.owl-carousel .owl-item {padding: 2px!important;} .single-product .thumbnails .owl-nav{display:none;}