Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    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)

Viewing 3 replies - 1 through 3 (of 3 total)