Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] How Can I Override Image Background? (http://forum.bytesforall.com/showthread.php?t=17608)

GRF May 18, 2012 08:12 AM

[SOLVED] How Can I Override Image Background?
 
I'm trying to set the background of an img to white and added some custom CSS code in the Atahualpa CSS code area. But it doesn't work. Can someone tell me how to fix this?

This is what CSS that <img> is using when I use Firebug in FireFox.

.post img {
background-color: #F3F3F3;
border: 1px solid #DDDDDD;
border-radius: 3px 3px 3px 3px;
padding: 5px;
}

Here is my CSS code in my theme to override the background color:

img.indeed post.img {
background-color: #FFFFFF;
border: 0 solid #DDDDDD;
border-radius: 3px 3px 3px 3px;
padding: 5px;
}

Here is the code in my post:

<img class="indeed" align='right' border='0' src='http://www.indeed.com/images/myimage.gif' width="116" height="23">

lmilesw May 18, 2012 09:57 PM

What is the link to your site?

GRF May 19, 2012 06:02 AM

Thanks for the reply. By further analyzing in Firebug I was able to fix the CSS myself.

Thanks Again,
Glenn


All times are GMT -6. The time now is 11:52 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.