Shopify themes, liquid, logos, and UX
store url: https://7e7d4a-12.myshopify.com/
password: Qwerty123
ive gotten help to add the lines before just wanted some help to get this finishing touch
so i wanted to take out these lines first picture is in web
and second picture is in mobile
trying to get rid of the lines that im pointing at in my screenshots.
Solved! Go to the solution
This is an accepted solution.
Hi @ali219 ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Layout/theme.liquid
3. Add code below to end of file and before </body> tag
<style>
.yv-main-product-detail p.visually-hidden + div.yv-product-accordion.sidebar-content {
border-top: none!important;
}
@media(max-width: 749px){
#shopify-section-template--23384487297369__main-product .main-product-slider-wrapper {
border-bottom: none;
}
}
</style>
This is an accepted solution.
Hi @ali219 ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Layout/theme.liquid
3. Add code below to end of file and before </body> tag
<style>
.yv-main-product-detail p.visually-hidden + div.yv-product-accordion.sidebar-content {
border-top: none!important;
}
@media(max-width: 749px){
#shopify-section-template--23384487297369__main-product .main-product-slider-wrapper {
border-bottom: none;
}
}
</style>
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025