Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Anonymous Inactive
    #194526

    How to change and add more social icons and linking the icons in the top right for Ja-Zite?

    Ninja Lead Moderator
    #521614

    Please go to Admin site -> Extensions -> Module Manager -> find social position, see the screenshot:

    And make changes as you wish.


    1. social_module
    Anonymous Inactive
    #522739

    Thank you,
    but what to change, just deleting is possible. where and how to setup different icons?

    chavan Friend
    #522784

    you need to override with the css or you can write a custom css

    Custom CSS :

    For example : you are trying to include a 16 x 20 image as an icon

    HTML

    <a class=”facebookicon”>Facebook</a> <a class=”twittericon”>Twitter</a>

    CSS


    .facebookicon{
    background('../images/facebook.png') no-repeat left top;
    width:16px;
    height: 20px;
    float:left;
    text-indent:-999em;
    }

    .twittericon{
    background('../images/twitter.png') no-repeat left top;
    width:16px;
    height: 20px;
    float:left;
    text-indent:-999em;
    }

    Hope this helps

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

This topic contains 4 replies, has 3 voices, and was last updated by  chavan 10 years, 7 months ago.

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