Remove the dividing lines on product page - Enterprise theme

Solved

Remove the dividing lines on product page - Enterprise theme

Nick_S2
Tourist
8 0 3

I can't seem to remove the dividing lines on the product page. I am using the Enterprise theme. Is this possible?

https://anteck.com.au/collections/roll-cages/products/a-base-roll-cage-4-sided-with-base-and-mid-she...

 

 

Thanks in advance.

 

 

dividing lines 1.jpgdividing lines 2.jpg

Accepted Solution (1)

Moeed
Shopify Partner
7348 1992 2432

This is an accepted solution.

Hey @Nick_S2 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.product-main .product-info:after {
    display: none !important;
}
.product-main+.product-details+.shopify-section:before {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1742287142348.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
7348 1992 2432

This is an accepted solution.

Hey @Nick_S2 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.product-main .product-info:after {
    display: none !important;
}
.product-main+.product-details+.shopify-section:before {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1742287142348.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Nick_S2
Tourist
8 0 3

Hi @Moeed - fantastic - worked perfectly. Thanks for your help.

Moeed
Shopify Partner
7348 1992 2432

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Mustafa_Ali
Excursionist
328 24 53
<style>
.product-breadcrumbs+.product-main .product-info:before, .product-breadcrumbs+.product-main .product-info:after {
    display: none;
}
</style>

MustafA16_0-1742287229834.png

Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the <style> tag before the body ----->
if this code work please do not forget to like and mark it solution

 

 

Michael-Thomas
Shopify Partner
86 16 22

Hi @Nick_S2 , 

 

On product page add a section Custom HTML/Liquid and ad the following code inside it.

 

 

<style>
  /* Hide ::before on the Shopify section */
  #shopify-section-template--24183899390237__0b92e711-f78f-478f-8d18-58901cdd5940::before,
  /* Hide ::after on .product-info--sticky */
  .product-info.product-info--sticky::after {
    display: none !important;
    content: none !important;
  }
</style>

 

 

Hope that helps.

 

Kind regards,
Michael Thomas Media

Found this helpful? Please Like & Mark as Solution — I truly appreciate it!
Connect with me | Get a Shopify Store with an Unlimited Free Trial – No Credit Card Needed! | ❤️ Support my work, If You’d Like!