Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1079424
    pdopchev
    Participant

    Hi Guys,

    I am trying to hide the product meta div under the “Add to Cart” button with the following css but it’s no working:

    .product-meta div{
    display:none;
    }

    Any suggestions?

    link:http://www.dopchevproductions.com/test/product/the-80/

    #1079853
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    Should be like this,

    .product_meta {
    display: none;
    }

    Cheers!

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