Hi, I’d like to know what css code I need to inject into my page to remove a banner from one of my pages. I tried this code: .header-hero__content {
position: relative;
z-index: 1;
display: none;
} and this code :
.header-hero__content{display:none!important}
They remove the content for all pages, whereas I’d like to remove it only for a specific page.
I tried to add the id in the css settings, but it didn’t work.
Thank you in advance for your answers.