Can't style the image border!
-
Something strange is going on–or not going on.
My website is at dominickbosco.com.
See the photo of me at the top of the sidebar? See that awful off-white border?
I’ve used EVERYTHING I CAN THINK OF to get rid of that border.
I’m using the plugin WP-biographia for the author bio in the sidebar widget. The plugin documentation recommends editing the CSS for the plugin to style the box. I did that, using the “edit” function on the plugins page. Did nothing.
Then I took a look at the page in Firebug. I was able to identify the place where the image is styled and change the border–of course, only in Firebug. It was the same place I had made the change in the plugin editor.
I copied the CSS from Firebug.
I opened the front end CSS builder of my theme (Catalyst-Dynamik) and pasted it in. Like magic, the border changed to my specs in the CSS. I thought the battle was won.
It was not. An hour later I checked the site again and the white border was back.
Yes, I remembered to SAVE the CSS builder changes I had made!
But strangely, as soon as I logged into the site’s back end–the CSS changes appeared! The border vanished!
I went to the site with another browser, not logged in–the border was still there.
So? Probably something incredibly simple that I failed to do somewhere. Please!
Here’s the CSS I inserted in the CSS Builder, which was copied from Firebug–but also the same as what was in the plugin editor, other than the changes made to the color and size of the border:
.wp-biographia-pic {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #FF230A;
float: left;
height: 100px;
margin: 0 -122px 0 0 !important;
padding: 0px !important;
width: 100px;
}
.wp-biographia-container-none {
background: none repeat scroll 0 0 #F2F7FC;
border-top: medium none;
clear: both;
margin: 5px 0;
overflow: hidden;
padding: 5px;
}I should also add that I also inserted this in the CSS Builder from within Dynamic Options, too. Still didn’t work.
AND… I checked EVERY color picker in Dynamik and changed EVERY SINGLE ONE to a color other than the off-white border. Still did not change the border.
So… I’m stumped!
Thanks for any help you might offer,
db
- The topic ‘Can't style the image border!’ is closed to new replies.