Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have created a theme with a theme.css file with the following:
.qv-object * {
border:0px !important;
border-radius: 0px !important;
}
My objects still have borders and rounded corners. Is there a way where I in the CSS file can turn off borders for all objects?