• Resolved AspiringIM22

    (@aspiringim22)


    My blog can be found at https://www.universalfunding.com/blog
    Recently when I add an image at the top of the post my H1 title goes invisible. If you highlight the gapping space by the image you can see the the text is still there, just crammed together and invisible.

    Any ideas what is causing this? I can’t find any other related posts!

    I appreciate any feedback!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Edit style.css and remove:

    1. padding-top: 70px; from:

    h1 {
        margin: 0;
        padding-top: 70px;
    }

    2. color: white; from:

    h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
        color: white;
        text-decoration: none;
    }

    3. .narrowcolumn .entry, from:

    .narrowcolumn .entry, .widecolumn .entry {
        line-height: 1.4em;
    }

    Thread Starter AspiringIM22

    (@aspiringim22)

    BOOYA…..That took care of it!

    Thanks esmi!!!

    I would never have figured that out on my own!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘H1 text in post goes invisible when image is added to post’ is closed to new replies.