Home Forums Latest Removing images at top of posts Reply To: Removing images at top of posts

#3448
Yazmin
Keymaster

Ah yes, I missed one line sorry about that. Full code should be:

.entry-header.singular.with-image .title-wrapper {
    margin-top: 0;
    height: auto;
    padding-bottom: 0;
    background-image: none !important;
}

.entry-header.singular.with-image .entry-title {
    position: relative;
    background: transparent;
    color: #2d3139;
}