Thanks for the quick response. Using the z-index worked for me in most places using the img class. There are still some other places the need a little patching.
I added the following code to the Additional CSS section in the WordPress customizing:
img {
position: sticky;
z-index: 100;
}
I’m trying to add Dark Mode to my website. This plugin works great for text and background but it appears to be inverting the colors of the photos. Is there a way to prevent the colors from inverting? I have read in this thread that changing the background to pure black will fix the issue. If so how do you go about changing these settings?
My website is AppleGuideWeb.com