Background images
-
I’m using the column shortcode and would like to use an image behind the columns. I’m doing this on other page with the following
.post-35 {
background-image: url(“https://www.*************/wp-content/uploads/2015/02/skull24.png”);
background-repeat:no-repeat;
background-size:75%;
background-position:center;
}This works fine on all my pages where I need it except where there is a column shortcode. I’ve tried using !important on the iumage and also a z-index (up to 99 even) but doesn’t work. Will I be able to do this and if so, what is the trick?
Thanks so much for such a great plugin. I’m constantly learning more about this plugin each week.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Background images’ is closed to new replies.