Remove borderline for Collage - Dawn Theme

Solved

Remove borderline for Collage - Dawn Theme

RasmusUG
Excursionist
41 0 9

Hello,

 

 

Is there a way where I can remove the small line round this collage?

Skærmbillede 2024-05-30 kl. 10.39.52.png

Dear regards

//Rasmus

Accepted Solutions (3)
niraj_patel
Shopify Partner
2378 514 508

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .collage-card {
     border: unset !important;
  }
</style>

techlyser_web_0-1717059801659.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

ZestardTech
Shopify Partner
6018 1077 1446

This is an accepted solution.

Hi @RasmusUG 

 


1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

.global-media-settings {
    border: none!important;
}

 

ZestardTech_0-1717059956324.png

 

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

niraj_patel
Shopify Partner
2378 514 508

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .global-media-settings {
     border: unset !important;
   }
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Replies 12 (12)

niraj_patel
Shopify Partner
2378 514 508

Hello @RasmusUG 

Can you share store URL?

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
RasmusUG
Excursionist
41 0 9
RasmusUG
Excursionist
41 0 9
niraj_patel
Shopify Partner
2378 514 508

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .collage-card {
     border: unset !important;
  }
</style>

techlyser_web_0-1717059801659.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
RasmusUG
Excursionist
41 0 9

Ty so much!!

RasmusUG
Excursionist
41 0 9

What if I want to do it with a multirow like here: https://vsai.store/pages/v01-yellowstone

niraj_patel
Shopify Partner
2378 514 508

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .global-media-settings {
     border: unset !important;
   }
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

ZestardTech
Shopify Partner
6018 1077 1446


Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
RasmusUG
Excursionist
41 0 9
ZestardTech
Shopify Partner
6018 1077 1446

This is an accepted solution.

Hi @RasmusUG 

 


1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

.global-media-settings {
    border: none!important;
}

 

ZestardTech_0-1717059956324.png

 

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
RasmusUG
Excursionist
41 0 9

Ty so much!

ZestardTech
Shopify Partner
6018 1077 1446

Hi @RasmusUG 

Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance. If helpful then please Like and Accept Solution.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing