• Resolved sunsalutation

    (@sunsalutation)


    I am trying to change the color of the header bar using firebug to edit the CSS. I previously changed it to #008000. The color has changed to the olive green in the theme option. I’ve tried firebug but can’t get it back to #008000. Help . . .

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author marsian

    (@marsian)

    what is the url?

    Thread Starter sunsalutation

    (@sunsalutation)

    Thread Starter sunsalutation

    (@sunsalutation)

    I figured it out. I am not sure why, but previously I had been changing the theme options under appearance >> editor >> stylesheet using Firebug. I would go in make the change in Firebug to preview, then copy it into the main stylesheet.

    Well this stopped working. What I learned is that I could go into firebug, as before, make the changes to preview, but then I had to copy it under appearance >> theme options >> basic settings >>CSS.

    I wonder if this had to do with me upgrading to the newest version of WordPress? But nevertheless, I am now able to change the header and associated fonts to the color that I want.

    I will use this going forward.

    Thread Starter sunsalutation

    (@sunsalutation)

    One more thing to add . . .
    I had been trying to change the following code:
    .iheader.front {
    background-color: #008000;
    }

    But instead, what I should have focused on was the code for the gradient:

    .iheader {
    background: linear-gradient(to bottom, rgba(0, 128, 0, 1) 0%, rgba(0, 128, 0, 1) 30%, rgba(0, 128, 0, 1) 69%, rgba(0, 128, 0, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 100px;
    text-align: center;
    width: 100%;
    }

    I went in and changed the gradient to reflect the color choice of #008000. This is what actually changed my header bar to the green that I wanted.

    How to give the mail to link at top of the page

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘I-Transform Header’ is closed to new replies.