I have a liquid code for the header of the Homepage
"
Kostenloser Versand-Langlebig -Top Qualität-
#node-marquee {
background-color: #000000; /* Background color */
color: white; /* Text color */
font-size: 15px; /* Text size */
overflow: hidden; /* Keeps content inside marquee */
}
#node-marquee span {
display: inline-block;
white-space: nowrap; /* Prevents text wrapping */
}
#node-marquee span .bullet {
margin: 0 50px; /* Larger space around the bullet */
}
#node-marquee span:not(.bullet) {
word-spacing: 5px; /* Tighter space between words within phrases */
}
"
now this only works for the header. But i accidently added the same code on a liquid in the lower part of the page. Now the whole page and editing doesnt work, the page is down and I cant rechange the stuff since it was a little code so I didnt think I should create a copy of the theme.
How do I get that one liquid part removed to make it all work again?