Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   PROBLEM: Font only changes in footer section (http://forum.bytesforall.com/showthread.php?t=6878)

conquestlife Apr 26, 2010 04:53 PM

PROBLEM: Font only changes in footer section
 
Hello,

I am having coding problems for my page.

I am using css inserts for http://www.conquestlife.org/twilight/

These are my inserts in the CSS insert section

body.page-id-274 {
background-color: #000000;
font-family: twilight;
font-color: #ffffff;
font-size:100%;
}


body.page-id-274 div#imagecontainer {
background-image: url(http://conquestlife.org/wp-content/u...ilightlogo.jpg) height: 225px;
}

body.page-id-274 div#menu1 {display: none;}

body.page-id-274 div.horbar1 {display: none;}

body.page-id-274 div.horbar2 {display: none;}

body.page-id-274 table#logoarea {display: none;}


The opacity won't go away (i used codes opacity: none; and opacity:0;) and the font and font color only changes in the footer section and not for posts.

Can someone help me, please?

juggledad Apr 27, 2010 07:39 AM

add this CSS changing the page number to your own
HTML Code:

.page-id-2 .opacityleft { display: none;}
.page-id-2 .opacityright { display: none;}


conquestlife May 9, 2010 07:36 PM

Thank you so much. That worked perfectly. My last problem is that the font is not changing. I downloaded a new font to my pc, but the only section that changes is the footer section. I deleted the page after days of frustration. I can create is again so you can take a look at it.

Thanks again.

juggledad May 9, 2010 07:45 PM

How and where did you specify the new font?

conquestlife May 9, 2010 07:49 PM

I just added the following CSS insert to the ATO css/html section


body.page-id-274 {
background-color: #000000;
font-family: twilight;
font-color: #ffffff;
font-size:100%;
}


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

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