Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How To Make Text “in front” of image? Re: How To Make Text “in front” of image?

#65077
sliver37
Member

Hey Memento,

A quick fix would be this.

On your H2 tag Ganis Angger Atmawarin with the background image change your z-index: auto; to:

z-index: 1;

On your content_sec add this:

z-index: 1000;
position: relative;

Hope this helps,

Sliver37