-
AuthorPosts
-
guap Friend
guap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
January 24, 2009 at 2:57 am #137438Hi,
I need advise, I wanted to remove the grey horizontal line and the grey box link around the images. How can I do this?
I attached the image.
Thanks and hope to hear from you.
rhand Friendrhand
- Join date:
- November 2006
- Posts:
- 213
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 9
- Thanked:
- 15 times in 1 posts
January 26, 2009 at 10:54 am #288231A live link would be better. Styling of the images can probabaly be adjusted in the css, but a look at your test site is necessary to be certain. I need a live link as I don’t have Telline II available myself.
guap Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
January 26, 2009 at 11:13 am #288236<em>@rhand 108281 wrote:</em><blockquote>A live link would be better. Styling of the images can probabaly be adjusted in the css, but a look at your test site is necessary to be certain. I need a live line as I don’t have Telline II available myself.</blockquote>
Thanks, I want to remove the horizontal link
websiterhand Friendrhand
- Join date:
- November 2006
- Posts:
- 213
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 9
- Thanked:
- 15 times in 1 posts
January 26, 2009 at 11:20 am #288239To remove the horizontal line find the following code on line 1475 in template.css
#ja-colmass div.moduletable_media {
border-bottom:1px solid #ABABAB;
margin:0 0 10px;
padding:0;
}remove
border-bottom:1px solid #ABABAB;
To remove the border around the image find in template.css:
div.ja-innerdiv img
border:1px solid #CCCCCC;
margin:2px 8px 0 0;
padding:2px;
}remove
border:1px solid #CCCCCC;
guap Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
February 1, 2009 at 12:10 am #289064<em>@rhand 108290 wrote:</em><blockquote>To remove the horizontal line find the following code on line 1475 in template.css
#ja-colmass div.moduletable_media {
border-bottom:1px solid #ABABAB;
margin:0 0 10px;
padding:0;
}remove
border-bottom:1px solid #ABABAB;
To remove the border around the image find in template.css:
div.ja-innerdiv img
border:1px solid #CCCCCC;
margin:2px 8px 0 0;
padding:2px;
}remove
border:1px solid #CCCCCC;
</blockquote>Thank for a quick reply.
I check template.css but I cannot find
#ja-colmass div.moduletable_media {For div.ja-innerdiv img – I found it but there is no border tag.
I still could not get rid of the horizontal line. Kindly advise. Thanks.
rhand Friendrhand
- Join date:
- November 2006
- Posts:
- 213
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 9
- Thanked:
- 15 times in 1 posts
February 1, 2009 at 11:50 am #289094In the right column there is another border you can comment out in template.css (line 2531):
div.ja-innerdiv {
/*border-bottom:1px solid #CCCCCC;*/
clear:both;
margin-bottom:10px;
padding-bottom:10px;
}Please try and let me know. I should remove the border in the right column seperating images.
guap Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
February 1, 2009 at 5:15 pm #289113Yes, it removed. Thanks a lot. 🙂
rhand Friendrhand
- Join date:
- November 2006
- Posts:
- 213
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 9
- Thanked:
- 15 times in 1 posts
February 1, 2009 at 7:27 pm #289126Glad to hear it worked!
sbaldwin Friendsbaldwin
- Join date:
- May 2008
- Posts:
- 342
- Downloads:
- 0
- Uploads:
- 65
- Thanks:
- 119
- Thanked:
- 15 times in 1 posts
February 18, 2009 at 12:41 am #292267Hi,
I want quite the opposite but for article images. I’m would like to add a thin grey line around some content images for only a few articles. Please see a sample of what i would to achive. The images are taken from a website I came across and like the way it looks. Here is my orginal post with a sample imge with border. Thanks for any help!
http://www.joomlart.com/forums/topic/need-a-grey-line-border-around-image/rhand Friendrhand
- Join date:
- November 2006
- Posts:
- 213
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 9
- Thanked:
- 15 times in 1 posts
February 18, 2009 at 5:39 am #292299In the other thread they explained how to do that with PS. If you want to do that with just a few images and css you need to create a unique class for those images only and add the class to the images you want to style that way. Using the TinymCE editor’s html mode you could add a class to an image. And that class can be styled in the template’s css. Another, I think easier way, is to style the image when you add it In the appearance tab of the image editor you can style the image and add a class. Both options to add a class to an image require you to define the class in the stylesheet.
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 3 voices, and was last updated by rhand 15 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
line
Viewing 10 posts - 1 through 10 (of 10 total)