-
AuthorPosts
-
October 12, 2012 at 1:23 pm #181389
I disabled all dates and author info on my articles within a category. However, the “bar” where this info would normally be still displays. Does anyone know how to remove this bar?
See the bar under titles here:
http://www.eaststreetpilates.com/index.php/newsNo bar on home page under titles, not sure why this is different. This is how I want it to look:
http://www.eaststreetpilates.com/Thanks!
October 12, 2012 at 3:29 pm #469938Hi,
Disable border in css article.tools. Use inspector element with chrome.
https://www.evernote.com/shard/s13/sh/9c830801-f47a-4f19-9c8d-e21a4f3bafc8/a2ef0ed4047f475a6bf446118cca2df7Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 15, 2012 at 7:51 am #470080<em>@bommerts 342101 wrote:</em><blockquote>I disabled all dates and author info on my articles within a category. However, the “bar” where this info would normally be still displays. Does anyone know how to remove this bar?
See the bar under titles here:
http://www.eaststreetpilates.com/index.php/newsNo bar on home page under titles, not sure why this is different. This is how I want it to look:
http://www.eaststreetpilates.com/Thanks!</blockquote>
<blockquote>Open /templates/ja_purity_ii/css/template.css file</blockquote>
from.article-tools {
background: #f6f6f6
border: 1px solid #ddd
clear: both;
color: #999
display: block;
line-height: normal;
margin: 0 0 10px;
padding: 5px;
position: relative;
}change to
.article-tools {
background: #f6f6f6
clear: both;
color: #999
display: block;
line-height: normal;
margin: 0 0 10px;
padding: 5px;
position: relative;
}1 user says Thank You to Ninja Lead for this useful post
October 15, 2012 at 1:45 pm #470140Ninja, that did it, thanks!
Do you know how to remove the blank space that is left by no box being there?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 16, 2012 at 7:42 am #470218Do you send me the screenshot? I’m not quite sure where do you need to remove it on left.
October 16, 2012 at 12:51 pm #470266Here is the screenshot. Where the blue arrows are – that is the space where the “box” used to be. Do you know how to remove this space or shrink it?
Thanks!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 17, 2012 at 3:47 am #470314<blockquote>Open templates/ja_purity_ii/css/template.css file</blockquote>
from
.column p, .column pre, .column blockquote,
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
.column ol, .column ul { margin: 15px 0; padding: 0; }
change to
.column p, .column pre, .column blockquote,
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
.column ol, .column ul { margin: 0px 0; padding: 0; }and from
.article-tools {
background: #f6f6f6
/* border: 1px solid #ddd */
/* above removed on 10-15-12 by jf; removes "box" below article titles when there is no date, author, etc in there */
/* reference: http://www.joomlart.com/forums/topic/remove-bar-under-category-titles/#post-470080 */
clear: both;
color: #999
display: block;
line-height: normal;
margin: 0 0 10px;
padding: 5px;
position: relative;
}
change to
.article-tools {
background: #f6f6f6
/* border: 1px solid #ddd */
/* above removed on 10-15-12 by jf; removes "box" below article titles when there is no date, author, etc in there */
/* reference: http://www.joomlart.com/forums/topic/remove-bar-under-category-titles/#post-470080 */
clear: both;
color: #999
display: block;
line-height: normal;
margin: 0 0 10px;
padding: 0px;
position: relative;
}1 user says Thank You to Ninja Lead for this useful post
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 3 voices, and was last updated by Ninja Lead 12 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Remove "bar" under category titles?
Viewing 7 posts - 1 through 7 (of 7 total)