I am trying to use the enfold quick Css to get ride of border, in this case just have the border be same color as background
#gallery-1 img {
border: 2px solid #ffffff;
}
This works fine in chrome > Inspect
As this screen capture Demonstrates, it is not rendering >
Hey,
Thanks for contacting us!
I changed your code to following one
#gallery-1 img {
border-color: transparent !important;
}
Please flush browser cache and review your website :)
Best regards,
Yigit
Hi,
It is auto-generated. It is created when you make updates in the Enfold editor.
Best regards,
Jordan Shannon