New Shopify Certification now available: Liquid Storefronts for Theme Developers

Remove Border Size Guide Pop-Up

Solved
admintb
Navigator
325 6 48

NEED HELP

Please remove the following border:

Shop Link: https://93f811-2.myshopify.com/

Bildschirmfoto 2023-11-11 um 19.17.06.png

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
4243 981 1196

This is an accepted solution.

Hi @admintb 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • 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:

 

.modal::part(header) {
    border-block-end: none !important;

 

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

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


View solution in original post

Replies 2 (2)
Made4uo-Ribe
Shopify Partner
4243 981 1196

This is an accepted solution.

Hi @admintb 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • 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:

 

.modal::part(header) {
    border-block-end: none !important;

 

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

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


admintb
Navigator
325 6 48

Thank you! Do you know if I can add such a pop-up option as "Holidays" on my contact page?