Want to replace the background image in Shimmer with a polka-dot pattern created with pure CSS? Here’s how–plus a link to a handy free CSS gradient generator tool. Continue Reading Adding a CSS Background to the Shimmer Child Theme for Genesis
CSS
How to Fit Your Screen Size to Your Background Image (Instead of the Other Way Around)
When is a background image not a background image? CSS for background images is designed to fit the background to the container. What I needed to do was fit the container to the background image. The solution is to make your “background” image a foreground image and use position
and z-index
to overlay your content on the image. Continue Reading How to Fit Your Screen Size to Your Background Image (Instead of the Other Way Around)