Removing text shadow from Debut

Solved
secretsshop
Tourist
3 0 1

Hey! I would like to remove shadows from all heading on my main page. TRied to search the answer but could only fount unanswered thread. Does anybody accomplish that before? Any suggestions? Thanks! Page is secrets.shop

Accepted Solution (1)
KetanKumar
Shopify Partner
36588 3628 11811

This is an accepted solution.

@secretsshop 

Thankd for URL.

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.mega-title, .mega-subtitle {
    text-shadow: none !important;
}
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 21 (21)
KetanKumar
Shopify Partner
36588 3628 11811

Hello, @secretsshop 

Welcome to the Shopify community!
Please share your site URL,
So I will check and provide a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
secretsshop
Tourist
3 0 1

Hi! Secrets.shop

KetanKumar
Shopify Partner
36588 3628 11811

This is an accepted solution.

@secretsshop 

Thankd for URL.

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.mega-title, .mega-subtitle {
    text-shadow: none !important;
}
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
secretsshop
Tourist
3 0 1

Thanks! You are the best

rjonsixteenth
Tourist
5 0 2

Hi 

I would like to to remove the text shadow from Debut image gallery captions. The above solution solved my heading dilemma but I would like to remove the shadow from all the text on my website.

Thank you

 

text shadow.png 

KetanKumar
Shopify Partner
36588 3628 11811

Hello,, @rjonsixteenth 

Welcome to the Shopify community!
and Thanks for your question.


Please share your site URL,
So I will check and provide a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
rjonsixteenth
Tourist
5 0 2

Yes its on-sixteenth.myshopify.com

KetanKumar
Shopify Partner
36588 3628 11811

@rjonsixteenth 

Thanks for your,

sorry but your store is password protect can you please share us.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
rjonsixteenth
Tourist
5 0 2

Hi, password now disabled. 

KetanKumar
Shopify Partner
36588 3628 11811

@rjonsixteenth 

Thanks for update but sorry still same issue

image.png

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
rjonsixteenth
Tourist
5 0 2

Whoops sorry! I didnt save it. Its live now

KetanKumar
Shopify Partner
36588 3628 11811

@rjonsixteenth 

Thanks 

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.image-bar__caption {
text-shadow: none;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
rjonsixteenth
Tourist
5 0 2

Amazing! It worked Thank you so much!

KetanKumar
Shopify Partner
36588 3628 11811

@rjonsixteenth 

Thanks for your supoort and compliments.

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
MRami
Excursionist
18 0 5

Hi @KetanKumar !

Thanks for this, it works for me as well for the full screen site (image with text overlay). 

However, when resizing for mobile, the shadow returns. Do I need to add anything specific to remove the shadow also for the mobile version?

Thanks!

M

KetanKumar
Shopify Partner
36588 3628 11811

@MRami 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
MRami
Excursionist
18 0 5

Hi @KetanKumar !

Thanks, when I tried your solution, the fix was not responsive. Meaning that if I went below 750px width, the shadow would return. 

I solved the issue another way by putting the shadow values to 0. Is this a correct solution?

 

.mega-title,
.mega-subtitle {
  color: var(--color-overlay-title-text); }
  .hero .mega-title, .hero
  .mega-subtitle {
    /*Adjusted text-shadow to remove shadow also for mobile version
    original: text-shadow: 0 0 4px rgba(0, 0, 0, 0.4)*/
    text-shadow: 0 0 0 rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 750px) {
    .mega-title,
    .mega-subtitle {
      text-shadow: 0 0 0 rgba(0, 0, 0, 0); } }

 

 

BTW, how would you fix the fact that it is not responsive? I have similar issues with other custom text.

Thanks, 

Matthias

 

 

 

KetanKumar
Shopify Partner
36588 3628 11811

@MRami 

yes please give me store url so i will guide you

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
ArturoCloud
New Member
1 0 1

It works perfectly. Thank you so much 🙂

KetanKumar
Shopify Partner
36588 3628 11811

@ArturoCloud 

its my pleasure to help us 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
uniklook
New Member
1 0 0

Hello

I am having the same problem with the shadow text but having a hard time fixing it. Can you please help. thanks

Magali