Remove box-shadow on Embedded Form
Hello,
I just attempted to use the code found here
(https://help.zoho.com/portal/en/community/topic/is-there-a-way-to-get-rid-of-box-shadow-on-embedded-form#2266000006342219)
to hide the box-shadow on my client's form and while most of the
code was accepted and used, I am still finding that the specific
box-shadow value is staying the same as it was originally (box-shadow
:
0 1px 2px #cdcdcd
;) and will not be overwritten, no matter what I code.
The specific page is here: http://www.sharespace.co/practice/
Can you please help me with resolving this issue and hiding the
box-shadow? The code I've been using is:
- .zc-formcontent
{
border-left: solid 0px #DDD;
border-right: solid 0px
#DDD;
border-bottom: solid 0px #DDD;
border-top:
none;
box-shadow: 0 0px 0px #CDCDCD
!important;
border-radius: 0 0 0px 0px;
padding: 0px 0;
}