Archived topic
I need additional CSS code for Seller site
8 replies · Started by Hana on June 5, 2022
Hello, I need additional CSS code for the Seller site to move single product page tabs under add to cart button, and other CSS code to display product gallery without images thumbnail for the same Seller site..
1.Try this CSS:
@media (min-width: 769px) {
.single-product .woocommerce-tabs.wc-tabs-wrapper {
clear: none !important;
margin-left: 54%;
}
}
2. Try this CSS:
.single-product ol.flex-control-nav.flex-control-thumbs {
display: none;
}
The tabs code is perfect!
The gallery code is working, but there is no signs notice to customer to show the gallery like dots for example
but there is no signs notice to customer to show the gallery like dots for example
That will require custom JavaScript which is out of the scope of this support forum Unfortuanly.
Can I change Seller site gallery as a sticky like Niche?
Can you open a new topic for the separate question?
Thanks!
OK :)
Thanks :)