Tagged: x
-
AuthorPosts
-
June 13, 2016 at 12:17 am #1039040
mmrobenvatoParticipantHi
I’ve tried a few things but nothing seems to work. 🙁
On the product page I don’t want the Description box to have the heading “Product Description” before the description begins … it seems unnecessary so can you help me to remove it?
Thanks!
Mary
June 13, 2016 at 1:46 am #1039108
NicoModeratorHi There,
Thanks for writing in.
Would you mind sharing us a screenshot of what you want to remove and the URL of your setup so we could check if the suggested code would be perfect for your site.
Thanks.
June 13, 2016 at 2:03 am #1039126
mmrobenvatoParticipantSure!
The screenshot is attached and here’s a link to one of the product pages.
http://thepathofdzar.com/product/dzar-evenings/Thanks!
Mary
June 13, 2016 at 2:46 am #1039161
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
div#tab-description h2,div#reviews .x-comments-area h2 { display: none; }Hope that helps.
June 13, 2016 at 2:48 am #1039163
mmrobenvatoParticipantPerfect…thank you! 🙂
June 13, 2016 at 3:16 am #1039202
Paul RModeratorYou’re welcome! 🙂
October 4, 2016 at 6:34 pm #1202646
mmrobenvatoParticipantHi!
I’ve just found that the Product Description heading is back on my site … even though it did go away after I used the code suggested…
I’ve checked and the code is still there in Edit Global CSS so not sure what’s happened. 🙁
Thanks!
Mary
October 4, 2016 at 8:12 pm #1202793
JadeModeratorHi Mary,
Please update the code to:
div#tab-description h2, div#reviews .x-comments-area h2, .woocommerce-tabs .x-tab-content .description_pane h2 { display: none; }Hope this helps.
October 4, 2016 at 8:27 pm #1202814
mmrobenvatoParticipantThis reply has been marked as private.October 5, 2016 at 1:06 am #1202993
Paul RModeratorHi,
There are a lot of syntax error in your code in custom css in the customizer.
Kindly replace the entire code in your custom css with this.
.p-meta { display:none; } .has-post-thumbnail .entry-featured { border-bottom: transparent; } .has-post-thumbnail .entry-featured { width: 25%; margin: 0 auto; float: left; } .entry-thumb { background-color: transparent; } .has-post-thumbnail .entry-featured { box-shadow: none; } .entry-featured { display: inline-block; } .entry-thumb img { min-width: 0; } .home #x-content-band-1 { height: 450px; overflow:hidden; } .entry-wrap { padding: 0px 15px; } .x-container-fluid.offset { margin: 18px auto 40px; } .entry-wrap { -webkit-box-shadow: none; box-shadow: none; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { text-transform: none; font-weight: normal; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-top: -20px; margin-bottom: 20px; } .x-column.vc.callout-right.two-thirds > {margin-bottom: 0;} .x-accordion .x-accordion-group .x-accordion-heading a { color: #cc6600 !important; } .hide-back-title .x-face-outer.back .x-face-title { display:none; } .hide-back-button .x-face-outer.back .x-face-button { display:none; } .mark { background-color: #cc6600; } .woocommerce li.product .added_to_cart, .woocommerce-page li.product .added_to_cart { display: block !important; text-align: center !important; background: #cc6600 !important; margin-top: 10px !important; } .woocommerce li.product .star-rating-container, .woocommerce-page li.product .star-rating-container { position: static !important; background-color: red !important; color: #F0E468; !important; opacity: 1 !important; } .woocommerce li.product .star-rating-container .star-rating span:before { color: #F0E468; } .woocommerce li.product .entry-featured { margin-right: 20px; } div#tab-description h2, div#reviews .x-comments-area h2, .woocommerce-tabs .x-tab-content .description_pane h2 { display: none; }Hope that helps.
January 23, 2017 at 11:26 pm #1342619
mmrobenvatoParticipantPerfect…thank you! 😀
January 24, 2017 at 2:10 am #1342729
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1039040 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
