Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Paul Wallen Friend
    #143813

    Could someone tell me how to remove the vertical line between the article date and the author name. I do not need author name, so I need to get rid of this. Thanks

    http://bcss.the-web-lab.net/


    1. issue
    Saguaros Moderator
    #315779

    Hello paulwallen!

    I’ve the solution to resolve your issue, You will make as following:

    1) You open file /templates/ja_topaz/css/template.css, you find a code section at line 616:

    [PHP]
    .createdate {
    background: url(../images/vline.gif) no-repeat right center;
    margin-right: 5px;
    padding-right: 6px;
    }
    [/PHP]

    You replace them by:
    [PHP]
    .createdate {
    /* background: url(../images/vline.gif) no-repeat right center; */
    margin-right: 5px;
    padding-right: 6px;
    }

    [/PHP]
    Good luck.

    Paul Wallen Friend
    #315825

    That worked!

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

This topic contains 3 replies, has 2 voices, and was last updated by  Paul Wallen 15 years, 2 months ago.

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