Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Having trouble locating a color code.

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #37368
    BryGuy
    Member

    http://www.bornsquishy.com

    There’s a light grey box to the right of my Navbar (the search feature is located in this area), and I was hoping to change the color. The color picker plugin on firefox tells me the color is #EAEAEA and I was able to find 6 references in the CSS(s), but none of them effected that specific box. I thought I was losing my mind so I made note of the 6 references and changed them all to #FF00FF which is hot pink…… and it’s still there. I can’t locate any other reference to this color.

    Any Help would be greatly appreciated.

    #100077
    TheDoc
    Member

    The grey is coming from this background image:

    #header .grid_24 {
    background: url(images/header.gif) repeat-x 0% 158px;
    height: 248px;
    }
    #100078
    Senff
    Participant

    I believe it’s actually a background image that’s being applied to #header .grid_24: http://www.bornsquishy.com/wp-content/themes/theme1373/images/header.gif

    EDIT: yea, what @TheDoc said! :)

    #100079
    BryGuy
    Member

    Thanks guys. No wonder I couldn’t locate it….. my search method was flawed. Thanks a bundle!!!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.