How can I remove unwanted text from across my header

  • Unknown's avatar

    I have chosen the Hemingway Rewritten them and replaced the image with my own but there is a large black rectangle across the centre of the image with my domain title kafuenationalparkinfo written in large letters in it that obscure most of the image. How can I remove this?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello there Peter,

    If what I understood from your question is correct, you can remove this only through CSS customization. In order to do that you’d need to get the “Custom Design Upgrade”, in which case you can remove it by removing :

    <div class=”site-branding-wrapper”>
    <div class=”site-branding”>
    <h1 class=”site-title”>kafuenationalparkinfo</h1>
    <h2 class=”site-description”></h2>
    </div>
    </div>

    Good luck!

  • The topic ‘How can I remove unwanted text from across my header’ is closed to new replies.