• Resolved Mijhagi

    (@mijhagi)


    Hi!

    On the top of the Discover Theme, there is a orange line (about 5x height at the very top) that integrates with the menu buttons. I failed in trying to find a <div> that is creating this top line. When I check the source code there does not seem to be an output that creates this line before other content is introduced on the site. If I haven’t been clear of what I mean, you can check out my site and you will notice the thin orange line right up on top.

    Has anyone else encountered this problem and found a solution for it?

    Thank you very much!

    Regards,
    Linus
    https://www.liren.se

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Mijhagi

    (@mijhagi)

    PS: There is also a black line/div right beneth the orange one. Same problem there. But I do not believe this is caused by the theme, it could be something else that I screwed up! ??

    Theme Author manish_gori

    (@manish_gori)

    Its simply a border-top css:

    body {
    background: #ccc;
    font: normal 12px Verdana, sans-serif;
    color: #777;
    line-height:18px;
    border-top: 4px solid #fd7800;
    }

    Thread Starter Mijhagi

    (@mijhagi)

    You are a hero! I thank you very much good sir!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove top orange line/div.’ is closed to new replies.