Remove border outline on section

Remove border outline on section

Nattlig
Tourist
12 0 8

My image + text sections have a light gray outline border. How do I remove this?

 

Here is the store link: https://nattlig.no/products/nattligputen

 

Here is a screenshot:

Nattlig_0-1725971385286.png

 

Replies 5 (5)

BSS-TekLabs
Shopify Partner
2350 701 826

- Here is the solution for you @Nattlig 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
.global-media-settings {
    border: none !important;
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1725971628822.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

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


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


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

Moeed
Shopify Partner
5409 1461 1749

Hey @Nattlig 

 

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>
.image-with-text .global-media-settings {
    border: unset !important;
}
</style>

RESULT:

Moeed_0-1725971940711.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

- Custom Design | Advanced Coding | Store Modifications


BSSCommerce-B2B
Shopify Partner
1723 513 576

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

BSSCommerceB2B_0-1725973548128.png

 

 

Step 2: Search file theme.liquid

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

<style>
.product-media-container {
  border: none!important;
}
</style>

Result:

BSSCommerceB2B_1-1725973616262.png

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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

Made4uo-Ribe
Shopify Partner
8238 1977 2425

Hi @Nattlig 

is this for mobile only? For the mobile:

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

@media only screen and (max-width: 749px){
.product-media-container.media-type-image.media-fit-cover.global-media-settings {
    border: 0;
}
}

 

And Save. 

For both mobile and dekstop:

Same Instruction.

 

.product-media-container.media-type-image.media-fit-cover.global-media-settings {
    border: 0;
}

 

And save. 

result:

Made4uoRibe_0-1725985667249.png

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

 

 

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

PageFly-Richard
Shopify Partner
4661 1068 1725

 

Hi @Nattlig 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.product-media-container {
  border: 0!important;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.