Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • johanrn Friend
    #147080

    Another question with almost the same topic was marked as “solved”, but there was never a solution presented.

    How do you delete the top part of the template, the black date/last update part?

    Sorry for my lack of better explanation, but I hope you understand which part I mean 🙂

    Thanks!

    mihirc Friend
    #327513

    Hello,

    You can simply hide this using css. Open your template.css file and make the necessary changes to the following code.

    in template.css near line 999

    .ja-day, .ja-updatetime {
    border-right:1px solid #454545;
    float:left;
    padding:2px 10px 0;
    }

    change it to

    .ja-day, .ja-updatetime {
    border-right:1px solid #454545;
    float:left;
    padding:2px 10px 0;
    display:none;
    }

    Regards,
    Mihir Chhatre.

    johanrn Friend
    #327519

    Thanks Mihir !! Problem solved!

    ecohaven Friend
    #332359

    doesn’t that just remove the text but not the black bar?

    what about changing the margin top:
    #ja-header { background-color: #1c1c1c; margin-top: 30px; position: relative; z-index: 10; }

    to:
    #ja-header { background-color: #1c1c1c; margin-top: 0px; position: relative; z-index: 10; }

    munders Friend
    #338276

    How do you remove the Last Update part of this header bar?

    I want to keep the date, and the scrolling message.

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 4 voices, and was last updated by  munders 14 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum