Hi, I have a dark banner in the Debut theme. I saw a guide to insert the information below in the Assets->theme.scss.liquid. But I have only Assets->theme.css
.hero-fixed-width:before{
display: none !important;
}
Can somebody help how to fix this in my case? Thanks!
1 Like
hello @oceanrace
you can insert code Assets->theme.css
2 Likes
@oceanrace
sorry for that issue
can you please try this way if not work so please sent your store URL
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second
.hero-fixed-width:before{display: none !important;}
2 Likes
Hi, thank you but unfortunately I did not change anything.
What did I do wrong?
1 Like
@oceanrace
Please share your site URL,
I will check out the issue and provide you a solution here.
2 Likes
Hi, @oceanrace
I can’t understand your problem,
Can you explain in breif.
Thank You!
1 Like
@oceanrace
thanks for url can you please add this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second
.hero__overlay::before {display: none;}
2 Likes
Hi, the problem is the dark or dizzy picture of the top banner. It is not as clear as the original photography. See meditatecushion.com
@KetanKumar great, that’s it! Thanks a lot!!
1 Like
@oceanrace
it’s my pleasure to help us
2 Likes