• Resolved adamchen1987

    (@adamchen1987)


    Hello, dear wordpress friends:
    I am using classic theme. My header still not changing even though I uploaded my header to :
    /public_html/wp-content/themes/classic/images folder.

    I modified style.css like this:

    #header {
    background: url(images/msa_header.jpg)no-repeat left bottom;
    border-bottom: 3px double #aba;
    border-left: 1px solid #9a9;
    border-right: 1px solid #565;
    border-top: 1px solid #9a9;
    font: italic normal 230% ‘Times New Roman’, Times, serif;
    letter-spacing: 0.2em;
    margin: 0;
    padding: 15px 10px 15px 60px;

    ——-
    anything is wrong here??

    Thank you
    Adam

Viewing 5 replies - 1 through 5 (of 5 total)
  • is that in IE?

    try and add a space after the ) before no-repreat in this line:

    background: url(images/msa_header.jpg) no-repeat left bottom;

    and refresh the browser cache by pressing CTRL and F5 at the same time, or press the relaod button of the browser.

    The path to your background image looks wrong, try this –

    background: url(/wp-content/themes/classic/images/msa_header.jpg) no-repeat left bottom;

    E

    Thread Starter adamchen1987

    (@adamchen1987)

    neither way works, but thanks for the replys ??

    what is the absolute path that you need to type into the browser to see your image?

    usually the path to the image is wrong, or the image is saved to the wrong space.
    the clasic theme obviously has no images folder, did you create one?

    and don’t forget to refresh the browser cache between changes: press CTRL and F5 at the same time; or press the ‘reload’ of the browser.

    Thread Starter adamchen1987

    (@adamchen1987)

    thanks for all your replies, but I figured it out. i should have change the style.css in default folder, obvious, not obvious? Itss the CONFUSION!!!!!!!!!!

    TEMPLATE:–> CLASSIC VS DEFAULT LOL!!!!!!!!!!!!!!!!!!!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Header] My gosh…It just not working!!! Why??!!!’ is closed to new replies.