Tried it in a few ways. When applied precisely as recommended, you can see the white background flash, then the image comes up.
I guess, instead of body:not(.front) you need html body:not(.front)....
Posted4 hours 45 min ago by Olaf Grabienski (Olafski) on:
I really don't want to get rid of the background image at the page (body tag) level though, I'd like to set this at the level of a multiline+image text field.
In that case, try this:
body:not(....
Posted5 hours 6 min ago by Peter Anderson (BWPanda) on:
Tried it in a few ways. When applied precisely as recommended, you can see the white background flash, then the image comes up. I also tried it this way:
body:not(.front) {
background...
Posted5 hours 31 min ago by (jonathanbrickman0000) on:
Recent comments
Tried it in a few ways. When applied precisely as recommended, you can see the white background flash, then the image comes up. I guess, instead of body:not(.front) you need html body:not(.front)....
How to set custom CSS for custom field type?
I really don't want to get rid of the background image at the page (body tag) level though, I'd like to set this at the level of a multiline+image text field. In that case, try this: body:not(....
How to set custom CSS for custom field type?
Tried it in a few ways. When applied precisely as recommended, you can see the white background flash, then the image comes up. I also tried it this way: body:not(.front) { background...
How to set custom CSS for custom field type?