• Hi, I have a site that I’m doing for a client – http://www.caverlawoffice.com/about-attorney-caver/

    This page and all the other non-home pages have a gray bar going behind the title and I can’t figure out how to get rid of it. I have tried everything that I know of.

    It’s probably something stupid and simple that I’m just missing, but can anyone give me some help?

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Is this your problem?

    .breadcrumb_box {
    background: #626E7A url(1-default/page_headbg.png) repeat-x left bottom;
    border: 1px solid #5D5D5D;
    color: #D7D7D7;
    }

    Thread Starter Trig7

    (@trig7)

    Where in the editor do I find that line of code? Sorry, I’m new to WordPress, so this might seem like a dumb question.

    /wp-content/themes/PrivateLawyer/skins/1-default.css
    Line 78..

    Ps. you might have to FTP it down

    Thread Starter Trig7

    (@trig7)

    FTP’d it, thank you much, worked like a charm.

    Umm, while I have you here, would you now be able to tell me how to make the page title go down below the header? Without that background, the title looks bad mixed in with the header.

    Sorry for the additional question, I’m just a huge noob lol!

    Try using Firefox with the Firebug add-on for this kind of work.
    http://getfirebug.com/

    You can manipulate the DOM with Chrome, Firefox and Opera.
    Right click an element and just edit the styles 😛

    I would try this:

    .clearfix {
    display: block;
    margin: 40px 0px 0px 40px;
    }

    Then delete this from the template:
    <div class="shadowbox"></div>

    In style.css (root folder), change:

    .content_full {
    width: 978px;
    }

    To

    .content_full {
    width: 880px;
    padding: 25px 0px 25px 60px;
    text-align: justify;
    }

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Need Help Getting Rid of Title Background’ is closed to new replies.