Editing header

Viewing 4 posts - 1 through 4 (of 4 total)
  • #3695
    jeremycherfas
    Participant

    This is a really interesting Theme, which I think will do everything I want, but I do want to change the overall look to match my existing site a bit more.

    Starting at the top, I’m wondering how to edit the background colour of the #header id. Looking at the source, there is a section like this:

    #header{ background:#505050 url(); }
    #header #site-heading a, #header #site-description { color:#ffffff; }
    #header #site-heading a:hover, #header #site-heading a:active { border-bottom:#ffffff 1px dotted; }

    This is overriding the setting in mystyle.css, but I cannot see how this is getting into the page.

    I looked in header.php but I cannot see anything like this.

    Any suggestions?

    #3709
    Daniel Tara
    Keymaster

    Try uploading a solid color image.

    #3717
    jeremycherfas
    Participant

    Well, OK. But wouldn’t it be easier for me to be able to control the background colour of a division with a stylesheet?

    You haven’t really explained where those lines of code in the HEAD are coming from.

    #3721
    Daniel Tara
    Keymaster

    It would, the backend doesn’t allow that possibility however. You can track the source of that #505050 in functions.php, delete it and then declare your color in mystyle.css

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.