Tagged: x
-
AuthorPosts
-
October 4, 2016 at 9:52 am #1202051
electronicsoundParticipantHello
Is it possible to stop my product descriptions (on the single product page) from being a toggle box?
I’d like to remove the frame and title completely and just have the content always showing.
Here is a link to the product I’m working on: http://electronicsound.co.uk/product/issue23print/
Thanks!
October 4, 2016 at 11:02 am #1202156
ChristianModeratorHey there,
The description tab should not behave like that out of the box. That doesn’t happen on my test site so there might be something affecting the tab on your end. Please ensure everything us up to date, disable customizations and try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
Thanks.
October 4, 2016 at 11:04 am #1202158
electronicsoundParticipantOK thanks I’ll try that.
Is there a way to remove the border/frame and title? (of the description box)
Many thanks
October 4, 2016 at 12:12 pm #1202254
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
.single-product .woocommerce-tabs ul.x-nav.x-nav-tabs { display: none; } .woocommerce div.product .woocommerce-tabs .x-tab-content { border: none; }Hope it helps 🙂
October 5, 2016 at 4:05 am #1203128
electronicsoundParticipantThat worked but it seems to conflict with the custom code:
.woocommerce div.product .images .thumbnails>a, .woocommerce-page div.product .images .thumbnails>a,a.woocommerce-main-image.zoom.x-img.x-img-link.x-img-thumbnail.man{
box-shadow: none;
border: none;Is it possible to combine them so both work?
Also the ‘Product Description’ title still remains. (the small boxed title has gone which is great).
Thank you very much!!!
October 5, 2016 at 5:24 am #1203198
Paul RModeratorHi,
Please add closing bracket to your code.
eg.
.woocommerce div.product .images .thumbnails>a, .woocommerce-page div.product .images .thumbnails>a, a.woocommerce-main-image.zoom.x-img.x-img-link.x-img-thumbnail.man { box-shadow: none; border: none; }Then to get rid of the title, you can add this under Custom > CSS in the Customizer.
.woocommerce div.product .woocommerce-tabs h2 { display:none; }Hope that helps.
October 5, 2016 at 6:41 am #1203274
electronicsoundParticipantPERFECT
Thank you 🙂
October 5, 2016 at 7:44 am #1203335
JoaoModeratorYou are welcome,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1202051 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
