New Landing How can we help? Themeforest Theme Support Neighborhood prevent product weight and dimensions showing

Viewing 11 posts - 1 through 11 (of 11 total)
  • #55685
    latitude22n
    Member
    Post count: 102

    Hi –

    Until a recent WooCommerce update I could prevent a products weight and dimensions from showing. How can I do that again? Those size are packaged sizes and we don’t want people to get confused and think the actual product is that size.

    Thanks
    http://digitaldevotee.com/boogie/product/basics-blue-pendant-lamp/

    #55813
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin -> Theme Options -> Custom CSS => Here put this code and update options

    .products-standard div.caroufredsel_wrapper {
    overflow:visible !important; height:445px !important;
    }
    
    .products-mini div.caroufredsel_wrapper {
    overflow:visible !important; height: 337px !important;
    }

    With Best Regards
    Swift Ideas

    #55818
    latitude22n
    Member
    Post count: 102

    thanks but that doesn’t seem to work. i can still see weight and dimensions showing in the product “additional information”. for example: http://digitaldevotee.com/boogie/product/s-m-l-silver-3-candle-holder-set/

    Another suggestion? Seems like something you should still be able to set in WooCommerce so not sure why I can’t find it.

    #55821
    latitude22n
    Member
    Post count: 102

    p.s. i think this is the same CSS you gave me for product carousel fix so maybe you just copied wrong info?

    #55823
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Sorry my mistake . Please attach a screenshot that which part do you want to hide ?
    Thanks

    #55831
    latitude22n
    Member
    Post count: 102

    hi sorry โ€“ i want to hide this:
    Weight 1.3 kg
    Dimensions 26.5 x 25.5 x 10.1 cm

    Or at least change the wording to Packaged Weight and Packaged Dimensions.

    #55834
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css
    table.shop_attributes{display:none}

    Thanks

    #55837
    latitude22n
    Member
    Post count: 102

    no – that stops all attributes from showing. i just want weight and dimensions hidden.

    #55869
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove that one code and put this code

    table.shop_attributes tr:nth-child(1) {display:none}
    table.shop_attributes tr:nth-child(2) {display:none}

    Hope it will work 100% .
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #56252
    latitude22n
    Member
    Post count: 102

    thanks that worked!

    #56254
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

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