Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1039040
    mmrobenvato
    Participant

    Hi

    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

    #1039108
    Nico
    Moderator

    Hi 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.

    #1039126
    mmrobenvato
    Participant

    Sure!

    The screenshot is attached and here’s a link to one of the product pages.
    http://thepathofdzar.com/product/dzar-evenings/

    Thanks!

    Mary

    #1039161
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    div#tab-description h2,div#reviews .x-comments-area h2 {
        display: none;
    }

    Hope that helps.

    #1039163
    mmrobenvato
    Participant

    Perfect…thank you! 🙂

    #1039202
    Paul R
    Moderator

    You’re welcome! 🙂

    #1202646
    mmrobenvato
    Participant

    Hi!

    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

    #1202793
    Jade
    Moderator

    Hi 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.

    #1202814
    mmrobenvato
    Participant
    This reply has been marked as private.
    #1202993
    Paul R
    Moderator

    Hi,

    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.

    #1342619
    mmrobenvato
    Participant

    Perfect…thank you! 😀

    #1342729
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-1039040 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>