Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] Modifying Images Separately in Different Pages (http://forum.bytesforall.com/showthread.php?t=12881)

angden Feb 18, 2011 10:18 PM

[SOLVED] Modifying Images Separately in Different Pages
 
First of all, I have to say I absolutely LOVE the Atahualp theme! You guys are amazing!

I have looked through many many posts and cannot find the answer I'm looking for that works for my site. I would like to be able to remove the style associated with some images on my pages, specifically the top image in the content area of my home page. I understand I should add something to the Add HTML/CSS inserts, but everything I've tried is not working. I think it is probably due to my novice knowledge of CSS. Please see my site at: www.doodleb.com/spindrift

Any immediate help on this would be so appreciated! Thank you so much.

juggledad Feb 19, 2011 03:32 AM

see http://forum.bytesforall.com/showthread.php?t=6606

angden Feb 19, 2011 03:50 AM

Thank you for your reply. I dug around a bunch and was able to piece together two different suggestions that worked for now. I think it is a rather clunky solution, but what do I know? Maybe its the only one. I added this to Add HTML/CSS inserts:
/* Optional images with no borders */
.customImage img {
margin: 0;
background-color:#734E84;
border:1px solid #734E84 ;
}

Around the image I wanted to remove the style, it looks like this:
<div class="customImage">my image here</div>

Hopefully this will at least help someone else out in the future, as there is no post that I could find that finishes the answer.


All times are GMT -6. The time now is 04:56 AM.

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