What's your biggest current challenge? Have your say in Community Polls along the right column.

Remove 2 lines at variant picker

Remove 2 lines at variant picker

evatrnt
Tourist
8 0 3

Hello, there are 2 grey lines showing under my variant picker above the "free 30 days returns" text (image attached), please help me remove them.
Store/product page url: https://sophia-shop.com/products/adora-dress

evatrnt_0-1732207528943.png

 

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
9110 2177 2686

Hi @evatrnt 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.product__block--lines {
    border: 0 !important;
}

 

  • And Save. 
  • Result:
    Made4uoRibe_0-1732208317860.png

     

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

ali768
Tourist
12 1 1

hey@evatrnt

 

.product__block.product__block--lines.product__form__holder.block-padding {
    overflow: hidden;
    display: none;
}

 

go to online store and then go to theme section then go to three dots and then go to edit code and then go to theme.liquit  file and place this code under the <style></style>

just like this plz don't forget to like  

Malikhan