Tagged: x
-
AuthorPosts
-
June 17, 2016 at 11:36 am #1047229
smenavtoParticipantHello,
Quick question; is it possible to hide the images in the picture below?
URL: http://fioxtech.com/product/hospital-grade-power-cord-iec320-c13-to-nema5-15p/#
Thanks!
-MikeJune 17, 2016 at 12:34 pm #1047295
RahulModeratorAbsolutely!
Add the following custom CSS which will hide the part globally :
.x-img-thumbnail { display: none; .woocommerce div.product .summary .product_title { display: none; }If you want it hidden for that particular page, use this CSS :
.product-id-958 .x-img-thumbnail { display: none; .product-id-958 .woocommerce div.product .summary .product_title { display: none; }Hope that helps.
Cheers
June 17, 2016 at 12:42 pm #1047306
smenavtoParticipantJune 17, 2016 at 1:25 pm #1047368
Prasant RaiModeratorHello Mike,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.entry-top-navigation { display: none !important; }Let us know how it goes.
Thanks.
June 17, 2016 at 2:46 pm #1047458
smenavtoParticipantJune 17, 2016 at 8:05 pm #1047817
Rue NelModeratorHello Mike,
Thanks for the updates and the screenshot. Please update the previously given css code and make use of this code instead:
.x-img-thumbnail { display: none; } .woocommerce div.product .summary .product_title { display: none; } .entry-top-navigation { display: none !important; } .woocommerce div.product .summary .product_title, .woocommerce div.product .woocommerce-tabs h2 { display: none; }Hope this helps. Please let us know how it goes.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1047229 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>



