New Landing How can we help? Themeforest Theme Support Dante how to hide images, price and tabs @ product page

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Dante
  • #122076
    toni100
    Member
    Post count: 148

    hi,

    i want to hide the price (which i already did with your custom css) – how can i hide the tabs and the images completely?

    thank you!

    Attachments:
    You must be logged in to view attached files.
    #122084
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url so i can give to you exact css code.
    Thanks
    Mohammad

    #122211
    toni100
    Member
    Post count: 148
    This reply has been marked as private.
    #122225
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Your site is down, please check

    – Kyle

    #122266
    toni100
    Member
    Post count: 148
    This reply has been marked as private.
    #122271
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    add this to your custom css:

    .woocommerce div.product div.images, .woocommerce div.product div.summary {
      display: none;
    }
    

    – Kyle

    #122346
    toni100
    Member
    Post count: 148

    perfect thank you – another question – i also want to hide the related products – how can i do this?

    thank you!

    #122348
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .related.products {
      display: none;
    }

    – Kyle

    #122357
    toni100
    Member
    Post count: 148

    perfect thank you!

    #122358
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

    #122408
    toni100
    Member
    Post count: 148
    This reply has been marked as private.
    #122515
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .woocommerce-count-wrap, .woocommerce-ordering {
      display: none;
    }
    .woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products {
      border-top: medium none;
      padding-top: 0;
    }

    – Kyle

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