Reply To: Hiding the prominent image in the post?

Home Forums Support Hiding the prominent image in the post? Reply To: Hiding the prominent image in the post?

Home Forums Support Hiding the prominent image in the post? Reply To: Hiding the prominent image in the post?

#213095
Tom
Lead Developer
Lead Developer

The background image isn’t working because of this custom CSS:

.site-header {
    background: none !important;
}

The blog links aren’t clickable because of the CSS above – if you remove it you’ll see that they’re clickable again.