-
AuthorPosts
-
June 28, 2013 at 10:26 am #188541
Hello,
I made a category Blog menu with K2 and a JA_Zite template(see attachment)
So my question is , how can i change the icon in middle??
In the demo you guys used a photocamera, but i want to personalise him with another icon.
And i also want to change the color behind the icon.Also where can i change the ” Read more ” text ??
kind regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 1, 2013 at 3:22 pm #497520+ You can change icon within this path: templates/ja_zite/images/badge-bg.png
It’s defined as background image, you can change via: templates/ja_zite/css/k2.css file
div.catItemImageBlock span.item-badge {
background-image: url(../images/badge-bg.png);
background-repeat: no-repeat;
display: block;
height: 50px;
position: absolute;
left: 50%;
bottom: -25px;
margin-left: -25px;
width: 50px;
}
+ For “Read more” text
Open templates/ja_zite/html/com_k2/ja_zite/category_item.php file
Find and change here
<?php echo JText::_('Read more'); ?>
Remember to clear cache from Admin area
1 user says Thank You to Ninja Lead for this useful post
July 1, 2013 at 9:47 pm #497589thank 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 crystalprint 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Category Icon
Viewing 3 posts - 1 through 3 (of 3 total)