• I recently updated to the latest version of Hemingway. When I did so, the blog header and title became visible again over my header image. I can’t seem to remember how I removed them the first time without removing the title from the browser tab. Can some one please help me?

    Thanks in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Please provide the link to your website.

    Thread Starter tdrieling1

    (@tdrieling1)

    I think I have the issue resolved about a minute after I posted my question. My site is https://www.faithfamilyandbeef.com and I simple changed the the blog-title coding to

    .blog-title {
    visibility: hidden
    }

    That seemed to do the trick.

    Looks good to me.

    I’d recommend using display: none instead of visibility: hidden

    .blog-title {
    display: none;
    }
    Thread Starter tdrieling1

    (@tdrieling1)

    I will give that a try, thanks!

    One other thing I am having trouble with is my header image. In the mobile version, it cuts off the left side of the image and part of the word “Faith”. Do you have any suggestions for that?

    Thread Starter tdrieling1

    (@tdrieling1)

    Nevermind changing the coding to what you suggested took care of that issue.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hemingway Default Header and Text’ is closed to new replies.