New Landing How can we help? Themeforest Theme Support Dante Single Page Product View

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #45795
    HB
    Member
    Post count: 76

    Hi Ed,

    We need to remove the product image on the single product page for only one of our products. We are using gravity forms to choose options for the product and we want this column to be full width of the product page.

    Here is the single product page we are trying to change.

    http://honestbrew.co.uk/shop/personalised-honesty-box/

    Cheers,

    Andrew

    #46061
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi Andrew

    Add this to your custom css:

    .postid-2889 .images {
      display: none;
    }
    
    .postid-2889.woocommerce div.product div.summary {
      float: left;
      width: 100%;
    }

    Let me know if this works!

    – Kyle

    #46135
    HB
    Member
    Post count: 76

    Hi Kyle,

    That worked perfect. Thanks for the CSS changes!

    If I wanted to do this for a few product ID’s how would that CSS look? Or would I just duplicate this?

    Cheers,

    Andrew

    #46149
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    The same css but change the postid 🙂

    – Kyle

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