How can I set the default size for products in the Bixbang theme?

Topic summary

A user is seeking help with customizing the Bixbang theme for their Shopify store, specifically wanting to:

Primary Issue:

  • Set a default product size (‘s-small’) so customers can add items to cart without manually selecting a size first
  • Currently, customers must choose from options (color, material, size) before adding to cart

Additional Requests:

  • Remove the “additional information” section from product pages
  • Reposition the review section to appear below the product description (similar to other websites)

Response Provided:
A community member suggested:

  • Consulting a Shopify Expert for variant-specific customization
  • Provided code instructions to auto-select the first variant on product page load
  • Included JavaScript code snippet to be added to the product template file
  • Noted the solution assumes size options are represented as <a> elements within <li> elements

Status: The technical solution addresses auto-selecting variants but may require further customization for the specific default size requirement. The additional formatting requests remain unaddressed.

Summarized with AI on November 24. AI used: claude-sonnet-4-5-20250929.

Is there a way to set the default size for products in the Bixbang theme? I want customers to be able to add the product to their cart without having to select a size, and I want the default size to be ‘s-small.’ Is this possible and if so, how can I do it.

here is the product link (https://www.getleatherjackets.com/collections/mens-real-leather-jacket/products/black-a2-leather-bomber-jacket). customer can not add to cart untill he will select one option from color, matterial and size.

please guide.

Hello @stephany483 ,

Welcome to Shopify Community! Happy 2023 :slightly_smiling_face:

You might need the help of a Shopify Expert to select the specific variant for a specific page, To make it easy I can advise you to select the first variants on the product load.

To do that you need to follow below steps :

  1. From your Shopify admin, go to Online Store > Themes.

  2. Find the theme that you want to edit and click on the “Actions” dropdown menu.

  3. Click on “Edit code”.

  4. In the left-hand sidebar, navigate to the “Templates” folder and click on “product.liquid” or similar product template file.

  5. You will see something like

    in the file

  6. Add below code at the begining of the file


  • Save your changes and refresh your store.

This will select the first size option by default when the product page loads.

Note: This solution assumes that the size options are represented by an element within an

  • element. If your size options are represented differently, you will need to adjust the code accordingly.

    Output :

    SaaSEnthu_0-1672664076566.png

    Let me know if need any help understanding anything.

    Thanks

  • Also i need to remove the additional information section as well. please let me know how can i remove it and I want to shift the review opened below the description like other websites.