-
AuthorPosts
-
Paul Wallen Friend
Paul Wallen
- Join date:
- September 2014
- Posts:
- 140
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 35
- Thanked:
- 5 times in 1 posts
August 31, 2009 at 2:31 am #143813Could 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
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 31, 2009 at 3:32 am #315779Hello 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.1 user says Thank You to Saguaros for this useful post
Paul Wallen FriendPaul Wallen
- Join date:
- September 2014
- Posts:
- 140
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 35
- Thanked:
- 5 times in 1 posts
August 31, 2009 at 11:05 am #315825That worked!
AuthorPostsViewing 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
Remove vertical line seperating article date and author name
Viewing 3 posts - 1 through 3 (of 3 total)