Thanks so much for your advice. Unfortunately even if I make the changes in inspector, and copy over the exact specific selector, code and changes over to Target, the changes still don't show in Target - even when I add important.
I'm wanting to use the custom code editor to edit simple css on the page (in this case, the background image).An example is below:.example { overflow: hidden; position: relative; background: #fceee3 url(/assets/img/example.jpg) no-repeat left bottom / cover; min-height: 905px;}When I edi...