Hello,
In Pro I can set the background of a section to any color. This works just fine until I want to set it in a child theme like this:
.x-section.blob02 { background-color: pink; }
.x-section.blob03 { background-color: fuchsia; }
Rather than setting the background-color to ‘transparent’ I need it to be removed from the index. Just deleting the color information in the section leads to the following:
How can resolve this?