Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Removing the top part of the product

Solved

Removing the top part of the product

omar_ab
Excursionist
38 0 17

How do I remove this part on my store? Thanks:

 

Brand initial Simple Logo.jpg

Accepted Solutions (3)

BSSCommerce-HDL
Shopify Partner
2305 834 908

This is an accepted solution.

Hi @omar_ab

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

<style>
.breadcrumb[role="navigation"] {
    display: none !important;
}
</style>

Here is result: 

BSSCommerceHDL_0-1721446776972.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSSCommerce-HDL
Shopify Partner
2305 834 908

This is an accepted solution.

Hi @omar_ab

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

<style>
 @media only screen and (max-width: 767px) {
    main#MainContent {
       padding-top: 0!important;
    }
    .container:has(.photos-sticky) {
       padding: 0 !important;
    }
}
</style>

Here is result: 

BSSCommerceHDL_0-1721447523822.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSSCommerce-HDL
Shopify Partner
2305 834 908

This is an accepted solution.

Hi @omar_ab

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

 

<style>
@media only screen and (max-width: 767px) {
 .product-single__meta {
    padding: 0 15px !important;
  }
}

</style>

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 14 (14)

niraj_patel
Shopify Partner
2378 514 507

Hello @omar_ab 

would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
omar_ab
Excursionist
38 0 17

Yes, moroccanplus.com

omar_ab
Excursionist
38 0 17

I also want to make the image on the product cover the page width wise, like this for example:

IMG_6854.PNG

niraj_patel
Shopify Partner
2378 514 507

Hello @omar_ab 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px) {
.template-product .main-content {
padding-top: 0 !important;
}
div.container.js-recently-view {
padding: 0 !important;
}
.product-single__meta.small--text-center {
padding: 0 20px !important;
}
}
</style>

techlyser_web_0-1721404252943.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

BSSCommerce-HDL
Shopify Partner
2305 834 908

This is an accepted solution.

Hi @omar_ab

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

<style>
.breadcrumb[role="navigation"] {
    display: none !important;
}
</style>

Here is result: 

BSSCommerceHDL_0-1721446776972.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

omar_ab
Excursionist
38 0 17

Thank you! Could you also assist with making the image full width wise to cover the page and also cover that space on top?

 

BSSCommerce-HDL
Shopify Partner
2305 834 908

This is an accepted solution.

Hi @omar_ab

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

<style>
 @media only screen and (max-width: 767px) {
    main#MainContent {
       padding-top: 0!important;
    }
    .container:has(.photos-sticky) {
       padding: 0 !important;
    }
}
</style>

Here is result: 

BSSCommerceHDL_0-1721447523822.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

omar_ab
Excursionist
38 0 17

The wording is too close too the border, any way that the wording can be away from it, like back to the original picture?

Brand initial Simple Logo.jpg

BSSCommerce-HDL
Shopify Partner
2305 834 908

Hi @omar_ab, Please, add this code in the <style></style> tag above: 

 

 

 

.product-single__meta {
    padding: 0 15px !important;
}

 

 

 

Here is result: 

BSSCommerceHDL_0-1721448170725.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 
 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

omar_ab
Excursionist
38 0 17

Where do I put this code? I didn't understand the location.

BSSCommerce-HDL
Shopify Partner
2305 834 908

This is an accepted solution.

Hi @omar_ab

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

 

<style>
@media only screen and (max-width: 767px) {
 .product-single__meta {
    padding: 0 15px !important;
  }
}

</style>

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

omar_ab
Excursionist
38 0 17

Your awesome! Thank you 🙂 god bless.

BSSCommerce-HDL
Shopify Partner
2305 834 908

@omar_ab No Problem. Have a good day 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

AK_Design_Dev
Shopify Partner
187 16 16

You can uncheck of customized of the in product page or you can add css display:none; for product page 

If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link:-

Contribution


Contact On My Mail :-mail@gmail.com