• Hi – one of the reasons i choosed the theme was the color: orange in the main text part and now all of a sudden, without my change or any new update it changed into white! looks horrible and not like my site anymore! how do i change color back?

    so far in appearance i only found header color! any help welcome!

Viewing 3 replies - 16 through 18 (of 18 total)
  • Find this (again):

    .site {
    background-color: #orange;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
    }

    Delete the first line, it shouldn’t have a # in front of orange(and you don’t want the whole site background orange, anyway).

    Then remove those ugly borders by deleting the 3 values (1px solid #f2f2f2) and type in the word none.
    So it says
    border-left: none;
    border-right: none;
    (totally up to you, of course, but I don’t think they look good)

    I didn’t just have you delete those lines, because I want you to learn how to make a child theme. When you do, just copy this stuff and put it in the child theme.

    But cross that bridge whenever you want. Just be aware if you ever update the Twenty Thirteen theme, all these changes will go away.

    Thread Starter pono nicole

    (@pono-nicole)

    hi again, we have ? hours time difference, i do Retreats & Tours in Hawai’i and live here!

    gotta say i am confused, it did not take it right away and how it was originally:

    the whole background under Menue was ORANGE (did type it right by the way ??
    and i still like to have it that way. so what do i do if the whole background has to be orange?

    thanks for coaching and patience, still not ready to cross the bridge but i hear you and would copy everything!

    ALOHA from Hawai’i

    Thread Starter pono nicole

    (@pono-nicole)

    Hi!

    problem not solved, since needing help for this:

    the none border did not help, did it but the part underneath the Menue is still divided in white and orange, i like it back to all orange background – that’s how it was in the beginning and it makes sense and good flow with the whole graphic of site setup!

    so please any insights how to do that?

    thanks a lot for more input!

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Twenty thirteen Theme changed Color!!!!’ is closed to new replies.