Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • bommerts Friend
    #181389

    I disabled all dates and author info on my articles within a category. However, the “bar” where this info would normally be still displays. Does anyone know how to remove this bar?

    See the bar under titles here:
    http://www.eaststreetpilates.com/index.php/news

    No bar on home page under titles, not sure why this is different. This is how I want it to look:
    http://www.eaststreetpilates.com/

    Thanks!

    loloscott Friend
    #469938

    Hi,

    Disable border in css article.tools. Use inspector element with chrome.
    https://www.evernote.com/shard/s13/sh/9c830801-f47a-4f19-9c8d-e21a4f3bafc8/a2ef0ed4047f475a6bf446118cca2df7

    Ninja Lead Moderator
    #470080

    <em>@bommerts 342101 wrote:</em><blockquote>I disabled all dates and author info on my articles within a category. However, the “bar” where this info would normally be still displays. Does anyone know how to remove this bar?

    See the bar under titles here:
    http://www.eaststreetpilates.com/index.php/news

    No bar on home page under titles, not sure why this is different. This is how I want it to look:
    http://www.eaststreetpilates.com/

    Thanks!</blockquote>
    <blockquote>Open /templates/ja_purity_ii/css/template.css file</blockquote>
    from

    .article-tools {
    background: #f6f6f6
    border: 1px solid #ddd
    clear: both;
    color: #999
    display: block;
    line-height: normal;
    margin: 0 0 10px;
    padding: 5px;
    position: relative;
    }

    change to

    .article-tools {
    background: #f6f6f6
    clear: both;
    color: #999
    display: block;
    line-height: normal;
    margin: 0 0 10px;
    padding: 5px;
    position: relative;
    }

    bommerts Friend
    #470140

    Ninja, that did it, thanks!

    Do you know how to remove the blank space that is left by no box being there?

    Ninja Lead Moderator
    #470218

    Do you send me the screenshot? I’m not quite sure where do you need to remove it on left.

    bommerts Friend
    #470266

    Here is the screenshot. Where the blue arrows are – that is the space where the “box” used to be. Do you know how to remove this space or shrink it?

    Thanks!


    1. Capture
    Ninja Lead Moderator
    #470314

    <blockquote>Open templates/ja_purity_ii/css/template.css file</blockquote>
    from

    .column p, .column pre, .column blockquote,
    .column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
    .column ol, .column ul { margin: 15px 0; padding: 0; }

    change to

    .column p, .column pre, .column blockquote,
    .column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
    .column ol, .column ul { margin: 0px 0; padding: 0; }

    and from

    .article-tools {
    background: #f6f6f6
    /* border: 1px solid #ddd */
    /* above removed on 10-15-12 by jf; removes "box" below article titles when there is no date, author, etc in there */
    /* reference: http://www.joomlart.com/forums/topic/remove-bar-under-category-titles/#post-470080 */
    clear: both;
    color: #999
    display: block;
    line-height: normal;
    margin: 0 0 10px;
    padding: 5px;
    position: relative;
    }

    change to


    .article-tools {
    background: #f6f6f6
    /* border: 1px solid #ddd */
    /* above removed on 10-15-12 by jf; removes "box" below article titles when there is no date, author, etc in there */
    /* reference: http://www.joomlart.com/forums/topic/remove-bar-under-category-titles/#post-470080 */
    clear: both;
    color: #999
    display: block;
    line-height: normal;
    margin: 0 0 10px;
    padding: 0px;
    position: relative;
    }

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

This topic contains 7 replies, has 3 voices, and was last updated by  Ninja Lead 12 years, 1 month ago.

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