Forums

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

Home Forums CSS eBay Inheriting Stray Code?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #146742
    MBM
    Participant

    I’m redesigning an eBay store. I’ve added a header, slider and changed other aspects. At the bottom of the homepage there’s a big grey box which links to other listings. I can’t figure out where it’s from or how to get rid of the css and return it to it’s normal state. Any ideas? I disabled the stylesheets I used in the new listing design but it didn’t appear to make a difference.

    http://stores.ebay.co.uk/conceptclothingwear

    #146769
    Paulie_D
    Member

    In the resources view of browser developer tools there are css sheets wih names consisting of long random text strings.

    ebay integral css sheets perhaps?

    #146782
    MBM
    Participant

    I found it looking through the source in opera. They use a form class imaginively named form. If anyone else has this issue add this class :

    .form {
    height:0;
    border:0;
    font-size:12px;
    }

    I still cannot get rid of what appears to be a border element from the form.

    Also I cannot mark this thread as solved for some reason.

    #146793
    Paulie_D
    Member

    Also I cannot mark this thread as solved for some reason.

    Yeah…I’ve been asking for that but it’s not a native function (AFAIK) of the new forum software.

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