borders
-
My picture borders were set at zero but are now back. What happened and how can I remove the borders again?
I see in the suggestions that I need custom CSS. I had this and did use it to automate border removal. But not on my first two years of posts. All have been removed and I am unable to fix this by manually adding 0 to each advanced border setting for pics.
The blog I need help with is: (visible only to logged in users)
-
a) The Custom Design upgrade allows you to modify things once for all. Without the upgrade you can only make changes on an image by image basis.
b) Chateau doesn’t add borders only, it also adds a shadow, so “manually adding 0 to each advanced border setting” isn’t enough. To get rid of both the border and the shadow, you need to change the code of each image in the Text (=code) editor. You need to turn this:
<img ETC ETC
to this:
<img style="border:none;box-shadow:none;" ETC ETC -
Ah, my problem was the box-shadow. When my custom subscription expired, it added that to all of my posts. Now I have a little work in front of me to fix all my pictures, but thanks so much for the advice.
- The topic ‘borders’ is closed to new replies.