I am using the iNove theme and find that for each new page I create a gray band appears to the right of the page title (on the page)and at the bottom of the page.
It's easier to view what I am speaking of.
http://juliefarha.com/test-page-2/
Thank you,
Diane
Try editing style.css and changing:
h4 {
background:#fff url(img/border-line.jpg) no-repeat 100% 100%;
color:#FF8700;
display:block;
float:left;
font-size:200%;
height:24px;
padding:0;
width:625px;
}
.messagebox, .errorbox {
background:#EDEFF0 url(img/messagebox.gif) no-repeat;
font-size:11px;
height:27px;
line-height:27px;
padding:0 12px;
}
to:
h4 {
background:#fff;
color:#FF8700;
display:block;
float:left;
font-size:200%;
height:24px;
padding:0;
width:625px;
}
.messagebox, .errorbox {
font-size:11px;
height:27px;
line-height:27px;
padding:0 12px;
}
Thank you esmi. However I am afraid that did not work. It is really frustrating. I inherited this coding from someone, so it makes it even more difficult. There are several sytle sheets and I really don't know why.
Diane
Remember to press CTRL and F5 simultaneously when viewing an updated page/site. Or try emptying your browser cache. This should ensure that your web browser fetches a fresh copy of the page rather than serving up an out-dated copy from your own cache.
There are several style sheets and I really don't know why.
It's sometimes more efficient to separate the different theme components into different sheets.