-
AuthorPosts
-
Heng CHeong Kum Friend
Heng CHeong Kum
- Join date:
- September 2014
- Posts:
- 43
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
September 17, 2009 at 2:37 am #144284I need to remove the bar beside the image in articles.
Please highlight to me which file I need to amend, I think it should be some files within the template but I couldn’t locate.Thanks
prakash Friendprakash
- Join date:
- October 2008
- Posts:
- 439
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 146 times in 115 posts
September 17, 2009 at 10:28 am #317603Hi
To fix this problem – open this file >templates>jalead>template.css
around line 119 you will find this
div.article-content img,
.img-desc img {
padding: 0 10px 10px 0;
background: url(../images/img-bg.gif) no-repeat bottom right;
margin-right: 10px;
}now all you need to do is delete the background line… hence your final css for img would be
div.article-content img,
.img-desc img {
padding: 0 10px 10px 0;
margin-right: 10px;
}This will remove the line bar you get near the image…
1 user says Thank You to prakash for this useful post
Heng CHeong Kum FriendHeng CHeong Kum
- Join date:
- September 2014
- Posts:
- 43
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
September 18, 2009 at 3:15 am #317688Thanks prbalge,
I found it, its similar, but edit the grass.css file since I am using this particular template.
Thanks
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by Heng CHeong Kum 15 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to remove the bar beside the images?
Viewing 3 posts - 1 through 3 (of 3 total)