biomond
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Themes and Templates
In reply to: [eStore] Anchors in the woocommerce gallery + changing arrowsArrows:
.pswp__button.pswp__button--arrow--right::before { background: none; font-family: 'widgethelpfont'; content: '\f061'; font-size: 35px; } .pswp__button.pswp__button--arrow--left::before { background: none; font-family: 'widgethelpfont'; content: '\f060'; font-size: 35px; }Js anchors:
jQuery(document).ready(function () { setTimeout(function () { jQuery('.woocommerce-product-gallery li').click(function () { jQuery('html, body').stop().animate({scrollTop: 0}, 500); }); }); });Forum: Plugins
In reply to: [WooCommerce] Anchors in the woocommerce gallery and changing arrows…Arrows:
.pswp__button.pswp__button--arrow--right::before { background: none; font-family: 'widgethelpfont'; content: '\f061'; font-size: 35px; } .pswp__button.pswp__button--arrow--left::before { background: none; font-family: 'widgethelpfont'; content: '\f060'; font-size: 35px; }Js anchors:
jQuery(document).ready(function () { setTimeout(function () { jQuery('.woocommerce-product-gallery li').click(function () { jQuery('html, body').stop().animate({scrollTop: 0}, 500); }); }); });Forum: Themes and Templates
In reply to: [eStore] Anchors in the woocommerce gallery + changing arrowsHelp 🙁
Forum: Themes and Templates
In reply to: [eStore] Anchors in the woocommerce gallery + changing arrows@nidwija , hello. What will the url give if there is a standard eStore and standard woocommerce?
Viewing 4 replies - 1 through 4 (of 4 total)