How can i customize my theme, so i get a progress bar like this, instead of the generic shopify one?
Since i can’t upload a picture, im talking about the “Information - Shipping - Payment” on the top page. Please look at this checkout page: https://checkout.bareen.com/55857086644/checkouts/b9c8b1b266d4375e9436d334714a05d7
PS: Why can’t you upload a png file?
To customize the progress bar on your Shopify theme’s checkout page, you’ll need to modify the theme’s code. Here’s a general guide on how to achieve this:
-
Access your theme’s code: From your Shopify admin, go to “Online Store” and click on “Themes.” Locate the theme you’re using and click on “Actions” > “Edit code” to access the theme’s code editor.
-
Find the checkout template: In the code editor, navigate to the “Sections” or “Templates” folder and look for the checkout-related template files. The specific file name may vary depending on your theme, but it could be something like checkout.liquid or checkout.liquid.
-
Locate the progress bar section: Look for the code that generates the progress bar on the checkout page. This is typically found within a <div> or <ul> element with a class or ID related to the progress bar.
-
Customize the progress bar: Modify the HTML and CSS of the progress bar to achieve the desired design. You can create custom classes or IDs and apply CSS styles to control the appearance, such as changing the colors, adding animations, or using custom icons. You may need to add or modify existing CSS rules to achieve the desired effect.