This topic has 14 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler
I want to change the background on de custom tabs in the single product page.
But i cant seem to change it, not even with the custom css and/or style css
Hello,
Please provide URL of this page.
Regards
Send in private
.single-product .tabs-full-width {
background-color: #f7f1e8 !important;
}
Regards
How do i remove the pricing under the product name on the single product page?
Please provide URL of this page.
Regards
Hi Rose!
1. Its about: http://test.stadsbrouwerij013.nl/wordpress/product/lumunus/. You’ll see the price under the productname (€ 43.00 – € 86.00) How can I remove this?
2. About same single product page. I set off the zoom-option for the product image but it is still possible. How can I set this really off :)?
Thanks!
Hello,
1) Here is what I can see on your site – http://prntscr.com/m8goot
2) Zoom is disabled. If you want to disable the lightbox, add this code in Custom css:
.single-product .swiper-control-top .woocommerce-main-image {
pointer-events: none;
}
Regards
Login:
.product-type-variable .summary-content .price {
display: none;
}
.product-type-variable .summary-content .woocommerce-variation .price {
display: block;
}
Regards
Thank you for the fast reply, works perfect!
One more thing, can i hide the category above the product name on the shop(winkel) page?
You’re welcome!
Theme Options > Shop > Products style > Product content elements.
Regards
When clicked on the the main category the other categories collaps, is there a option where i can always expand the category menu even when clicked on?
Hello,
Please check available settings for Product Categories widget in Appearance > Widgets > Shop sidebar.
Regards
You must be logged in to reply to this topic.Log in/Sign up