• Resolved fernandezp27

    (@fernandezp27)


    I updated my title bar background hex color to #073365 (see below) in my style.css. It updates on my macbook but not on my PC using IE-8.

    /*************************************
    Headings
    **************************************/
    h1, h3 {
    color: #FFFFFF;
    background: #073365 url(images/titlebg.jpg) top right no-repeat;

    http://www.frankfactor.net

Viewing 1 replies (of 1 total)
  • You updated this stylesheet?
    http://frankfactor.net/wp-content/themes/deepblue/style.css

    /*************************************
    	Headings
    **************************************/
    h1, h3 {
    	color: #FFFFFF;
    	background: #4A4C58 url(images/titlebg.jpg) top right no-repeat;
    	font-size: 22px;
    	font-weight: normal;
    	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    	margin: 0px 0px 5px 0px;
    	padding: 8px 10px;
    	}

    It looks like that it’s not matching the above #073365.

    I also see that this theme is using browser detection as well, so you might want to check that as well.

Viewing 1 replies (of 1 total)
  • The topic ‘Hex color will not update for IE-8’ is closed to new replies.