katos Very difficult for us to see what is going on here. If possible, please can you post your site URL?
Wishmaster The easiest way is to add the following code to your custom CSS: .Hero-close { display:none; }
Anime7s Wishmaster thanks it worked but could you help me with this i only want the header for the home page am using this code .Hero { margin-top: -1px; padding: 115px; background: url("https://i.i(m)gur.com/cWc8(U)Es.png"); text-align: center; color: #fff; } .Hero-close { display:none; }
Wishmaster Try to add .App--index before your .Hero class: .App--index .Hero { margin-top: -1px; padding: 115px; background: url("https://i.i(m)gur.com/cWc8(U)Es.png"); text-align: center; color: #fff; }
Anime7s Kvothe i already try it with c 😂 Wishmaster it worked but apparently you need to refresh the page every time
Wishmaster Are you sure your code looks like this? Because what @Kvothe suggested works fine for me: .WelcomeHero { margin-top: -1px; padding: 115px; background: url("https://i.i(m)gur.com/cWc8(U)Es.png"); text-align: center; color: #fff; }