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 edit the css directly within the inspector, it works as expected. When I use the same information in Target, it doesn't work.
This has happened whenever I select any element or any change.
Am I using this tool completely wrong?
Thanks,