-
AuthorPosts
-
tamirzzz Friend
tamirzzz
- Join date:
- May 2008
- Posts:
- 117
- Downloads:
- 0
- Uploads:
- 26
- Thanks:
- 45
- Thanked:
- 1 times in 1 posts
March 18, 2010 at 7:53 pm #149625Hi,
How do I move the section name below and completely remove the two icons on the side?
I am attaching a screenshot
Cheers,
Tamir
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 19, 2010 at 7:26 am #336870Dear Tamir
pls open the file templates/ja_seleni/css/template.css and find codes:
.article-section, .article-category {
background: url(../images/icons/icon-folder.gif) no-repeat left center;
color: #757575;
padding-left: 18px;
}and replace:
.article-section, .article-category {
background: url(../images/icons/icon-folder.gif) no-repeat left center;
color: #757575;
padding-left: 18px;
display:block;
clear:both;
padding-top:5px;
}find codes:
.createdate {
background: url(../images/icon-date.gif) no-repeat 0 2px;
padding: 3px 10px 3px 20px;
}if you would like to remove icons, pls remove the “background” attribute in those blocks
Good luck;AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Saguaros 14 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Move icons and section name
Viewing 2 posts - 1 through 2 (of 2 total)