Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • crystalprint Friend
    #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


    1. k2_cat
    Ninja Lead Moderator
    #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

    crystalprint Friend
    #497589

    thank you very much! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  crystalprint 10 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum