There is a line at the bottom of my website and I cant get rid of it. my URL is faisean-dia.myshopify.com
Im using the dawn theme.
There is a line at the bottom of my website and I cant get rid of it. my URL is faisean-dia.myshopify.com
Im using the dawn theme.
hr{
display:none !important;
}
@Faiseandia
Add this code in the bottom of the base.css file.
Hi @Faiseandia I sent you a collaborator request to help you solve this problem, It should come from Creative Nova / Manuel Moreno.
Don’t sent/accept any collaboration requests, there are many fraudulent,
Until you required the most important.
So be careful about it.
Okay thank you, I added it to the base.css file but nothing happened
I see you haven’t added any code. then how it will work.
sorry i deleted it because it didnt work, I just added it again and still not working
This code will hide all hr in the store, which I don’t think it’s what the OP wants. You should limit it to footer hr {
display: none !important;
}
hr {
border: none;
height: 0.1rem;
background-color: rgba(var(--color-foreground), 0.2);
display: block;
margin: 5rem 0;
display:none !important;
}
try out this.
@Faiseandia
or try out this one.
Go to the password.liquid file.
open it.
And use (ctrl+f ) find ’
I was not able to find
ok, check i have messaged you PM.
@Faiseandia don’t do anything there is no
just use this code in base.css
.footer {border-top: unset !important;}