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)
-   -   Css Script Help I think. (http://forum.bytesforall.com/showthread.php?t=712)

joestyer Mar 10, 2009 01:20 PM

Css Script Help I think.
 
I am adding some java script to have a store from an affiliate. I created the items and selected the color on there site. It gives me the script to place on the page. When I place the script into the page the CSS I think is overriding it. http://www.blackberrysites.com/?page_id=948 is the site. I would like the css for the site not to be active in the body part of this page. I hope I am asking this properly. Hope you can help.
Thank You
Best Regards
Joe Styer

Flynn Mar 10, 2009 01:38 PM

Try this as CSS Insert:

HTML Code:

td#outerMainTable td {
background-color: transparent !important;
}

To do this for all tables inside posts or pages:

HTML Code:

.post table td {
background-color: transparent !important;
}

To make this future-proof for version 3.2.1 (which will apply the class "page" to "Page" pages instead of giving posts and pages the same class "post")

HTML Code:

.post table td,
.page table td {
background-color: transparent !important;
 }


joestyer Mar 10, 2009 02:34 PM

I think I have it right now. I do not see any errors.
I went to the ATO and added everything under the HTML/CSS tab in the CSS box at the bottom.
If this is done correctly thank you very much.


All times are GMT -6. The time now is 05:21 PM.

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