-
AuthorPosts
-
February 6, 2014 at 8:35 am #194526
How to change and add more social icons and linking the icons in the top right for Ja-Zite?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 7, 2014 at 3:48 am #521614Please go to Admin site -> Extensions -> Module Manager -> find social position, see the screenshot:
And make changes as you wish.
February 14, 2014 at 6:38 pm #522739Thank you,
but what to change, just deleting is possible. where and how to setup different icons?chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 15, 2014 at 6:22 am #522784you 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
1 user says Thank You to chavan for this useful post
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by chavan 10 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Social Icon Buttons
Viewing 4 posts - 1 through 4 (of 4 total)