Gray box around text boxes and images
-
There is a light gray border around text boxes and images on all of the pages that I create. How can I get rid of these boxes? I tried adding the following code snippets to the Custom CSS:
.panel { box-shadow: none; }
and
.panel { background-color: #fff; border: none; border-radius: 0; -webkit-box-shadow: none; box-shadow:none; }
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Gray box around text boxes and images’ is closed to new replies.