Hi Stuart,
Thanks for the suggestions.
I tried that css but no luck, overlay still not happening.
Swatches don’t seem to have z index option, so can’t do it that way.
Have sent a help request to Joe Workman to see if he has some thoughts.
Have a great weekend.
I will continue to see if I can solve the issue over the weekend.
Thanks Scott
My understanding of swatches is that you name them with a class name?
It the swatch doesn’t support z-index then you can add it to the custom CSS.
so it the swatch is named myOverlay then try adding this:
.myOverlay {
z-index: 1;
}
But again that needs to be added to the page level CSS area.
I wasn’t putting css into page level css area but have just done that now…see screenshot.
But still no overlay…I’ve made it a purple overlay2 so should easier to see effect, but no purple overlay.
I have put the overlay2 class into the container stack…see screenshot.
That is all one page2 only.
Not sure where I’m going wrong??? I have re-uploaded the site after marking all resources as changed.
Hi Teefers,
Yes, that’s correct overlay on top of the parallaxer but text on top of overlay.
Basically the white text over the image needs to stand out more where image is white, the current image is not too bad but other pages may have lighter images and I want the text the stand out better over light images.
Have changed the index as suggested overlay2 z-index of 2 and parallaxer z-index of 1 and uploaded but nope…still not getting overlay to happen.
Maybe has something to do with the parallaxer having “add content” for the text content?? @habitualshaker