Forum Replies Created
-
AuthorPosts
-
Thank you so much! I had tried the !important trick, but it didn’t work. I needed to use “none” instead of 0. Thank you so much! I have been trying to figure this out forever!
Using the noborder class made a slight change to the border, but the problem still remains. You can see the difference here: The first image has the noborder class applied to it. Notice that the shadow on the top and left are now gone, but the white space and shadow on the right and bottom remain. I use the beecrafty template. Perhaps there is something else that needs to removed that I am missing.
This is the latest thing I tried:
.noborder {
border: none !important;
background:none;
padding: 0;
margin: 0;
box-shadow: 0;
-moz-box-shadow: 0;
-webkit-box-shadow: 0;
}I was hoping that adding 0 to the shadows would negate the shadows in the regular style for my images. It didn’t. Help!
Thank you. Here is a style I created:
.noborder {
border: none !important;
background:none;
padding: 5px;
margin: 0 5px 0 5px;
}I tried using it by adding
noborder
to the CSS Class box in the advanced settings, but it didn’t change anything. Is there something wrong with my code?
-
This reply was modified 6 months, 3 weeks ago by
momsthewordus. Reason: I took out the line including a box shadow. (Of course that would add a line around the image.) It didn't change anything. There is still a border
-
This reply was modified 6 months, 3 weeks ago by
momsthewordus. Reason: I took out the line including a box shadow. (Of course that would add a line around the image.) It didn't change anything. There is still a border
-
This reply was modified 6 months, 3 weeks ago by
-
AuthorPosts