-
AuthorPosts
-
January 17, 2011 at 10:27 pm #158906
Hi there
I tried to have same style than news page for Author page and tag page. I want same data effect and comments effect
Tag page: http://theravadacommunity.org/index.php?option=com_k2&view=itemlist&task=tag&tag=Events&Itemid=120
I attach an image of what I want (red rectangle)
How can I do this?
Thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 18, 2011 at 8:37 am #372379hi jferrercas,
to remove the date and comments box on the left of tag page, to make they all look the same, please do some modification in css:
open templates/ja_community_plus/css/k2.css, change
.blog-post-date {
color: #D0C8C2;
left: 0;
position: absolute;
top: 15px;
width: 30px;
}
to.blog-post-date {
color: #D0C8C2;
display: none !important;
left: 0;
position: absolute;
top: 15px;
width: 30px;
}
change
div.catItemCommentsLink {
background: url("../images/comment-big-bg.png") no-repeat scroll 0 0 transparent;
color: #FFFFFF;
font-size: 110%;
font-weight: bold;
height: 33px;
left: 0;
line-height: 24px;
margin: 0;
padding: 0;
position: absolute;
text-align: center;
top: 60px;
width: 27px;
}
todiv.catItemCommentsLink {
background: url("../images/comment-big-bg.png") no-repeat scroll 0 0 transparent;
color: #FFFFFF;
display: none;
font-size: 110%;
font-weight: bold;
height: 33px;
left: 0;
line-height: 24px;
margin: 0;
padding: 0;
position: absolute;
text-align: center;
top: 60px;
width: 27px;
}
change
.blog-itemListView .catItemView {
padding-left: 40px;
}
to
.blog-itemListView .catItemView {
}1 user says Thank You to Ninja Lead for this useful post
January 18, 2011 at 1:06 pm #372448Thank you very much!
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by jferrercas 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Same style than news page for Author page and tag page
Viewing 3 posts - 1 through 3 (of 3 total)