New Landing How can we help? Cardinal Hide categories, share button, etc in product page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Cardinal
  • #95630
    gpiccon
    Member
    Post count: 64

    Hello, I need to delete the category tag, the “Need Help? Contact Us” and “Leave Feedback” and Share This. Also, the tag “Free” or “New” that appears on the top of the image. Also I would like to add related products or other content on the bottom of that page.

    How can I do that? Is there any easy solution or that should be done via code?

    Thanks.

    #95663
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .product_meta .meta-row .need-help, .leave-feedback, .posted-in, .product-share, .wc-new-badge, .onsale, .out-of-stock-badge, .free-badge {
      display: none;
    }

    Related products will show by default

    – Kyle

    #95668
    gpiccon
    Member
    Post count: 64

    Cool! Thanks Kyle 🙂 But, category, the “Free” tag on the product picture and share buttons, are still visible. Any solution?

    #95669
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please could I see your link?

    – Kyle

    #95670
    gpiccon
    Member
    Post count: 64
    This reply has been marked as private.
    #95672
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry it should be an underscore, change posted-in to posted_in

    I don’t see the new badge on that product? try clearing your cache

    – Kyle

    #95673
    gpiccon
    Member
    Post count: 64

    Okay, badge removed! Changed the posted-in to posted_in, still share button and category are visible.
    I fixed changing

    display: none;

    to

    visibility: hidden

    Thank you for your time Kyle!

    #95676
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

Viewing 8 posts - 1 through 8 (of 8 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