• Hello. I am very new to word press and web hosting in general however the layout of this theme is PERFECT for what I want. It is exactly what I had in my head and I cannot seem to find another theme that fits so well. I cannot however seem to find out how to remove the picture of a bitcoin at the top of the page. My site does not at the moment have anything to do with cryptocurrency so I would like to get rid of that or I will need to keep looking for a different theme. Is anyone able to tell me how to do so?

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello wolfgang784,

    You can hide it with css. Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .header-banner {
      display: none;
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove top picture?’ is closed to new replies.