New Landing How can we help? Cardinal Woocommerce

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #286339
    filmdust
    Member
    Post count: 11

    Hi,

    I’m new to Woocommerce. I’d like to customize further. On the theme’s woocommerce options page, I can customize the header for the checkout page (email customer support, shipping information, etc.) which are pop-ups. I want to get rid of them entirely. Or at least some. How do I turn them off?

    Is there an option to show products without images? Right now I get a placeholder for the image. I don’t want any image. Is that an option?

    #286340
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css

    .woocommerce div.product div.images {
      display: none;
    }
    .woocommerce div.product div.summary {
      width: 100%;
    }
    .help-bar {
      display:none;
    }

    – Kyle

    #286342
    filmdust
    Member
    Post count: 11

    One more thing: on the checkout page, the email address is automatically populated by the WP default address. How can I disable it from populating anything?

    Tanks!

    #286344
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I’m not sure that’s possible, you’ll have to check with WooCommerce Support

    – 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