Forums

Gray Band Appearing with page title (4 posts)

  1. dleonte
    Member
    Posted 2 years ago #

    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

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    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;
    }
  3. dleonte
    Member
    Posted 2 years ago #

    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

  4. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic