New Landing How can we help? Atelier Hide DESCRIPTION section in a specific product page

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Atelier
  • #170784
    pnitas
    Member
    Post count: 42

    Hi guys

    I want to hide the product description section that is under the short description.
    If i leave this section empty i still can see the “Description” label with an empty box, that its ugly ๐Ÿ™‚
    What can i do if i want to hide it just in a specific product page?
    Thanks!

    #170898
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You got a link so I can see which area you are referring to?

    – Kyle

    #170912
    pnitas
    Member
    Post count: 42
    This reply has been marked as private.
    #170928
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .postid-15730 .woocommerce-tabs {
      display: none;
    }
    

    – Kyle

    #170930
    pnitas
    Member
    Post count: 42

    Thanks a lot!
    What about if i have more than one product?
    Should i repeat the 3 lines with differents post ids? Or can i do it at once?

    #170931
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You’ll need to add the post ids like this (comma separated):

    .postid-15730 .woocommerce-tabs, .postid-15731 .woocommerce-tabs, .postid-15732 .woocommerce-tabs {
      display: none;
    }

    – Kyle

    #170946
    pnitas
    Member
    Post count: 42

    Just tried and they are still there…
    Cleaned cache and tried from different devices.
    Thanks.

    #170948
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You didn’t follow the structure I have sent above, you’ve put:

    .postid-15730 .postid-15800 .woocommerce-tabs {
      display: none;
    }

    Should be:

    .postid-15730 .woocommerce-tabs, .postid-15800 .woocommerce-tabs {
      display: none;
    }

    – Kyle

    #170950
    pnitas
    Member
    Post count: 42

    U are right, now its ok
    Sorry, too much work ๐Ÿ™‚

    #170952
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Thanks Kyle
    -Rui

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register