• Please,

    https://www.aurorahistorical.org has a search icon in the middle of the header and

    I cannot find the following in the css to change it

    element.style {
    background-color:#FFFF77;
    border-radius:3px 3px 3px 3px;
    color:#000000;
    left:534px;
    padding:3px;
    position:absolute;
    top:26px;

    i’ve spent a couple hours already can someone point me in the right direction

Viewing 3 replies - 1 through 3 (of 3 total)
  • Well, it has a div id of divLookup

    Try adding this to your stylesheet at the very bottom on a new line:

    #divLookup {
      display: none;
    }

    It’s using an inline style, and I’m not certain where it is coming from. But the above code should “hide” it.

    Thread Starter auroraohio

    (@auroraohio)

    thanks for the kindness, i’ll give that a try.

    Thread Starter auroraohio

    (@auroraohio)

    ummmm, didn’t work

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot find the CSS please help’ is closed to new replies.