1. dimazik
  2. General
  3. Thursday, August 01 2019, 08:10 PM
Is it possible to replace images of buttons of social networks with my own?
Or display only social network icons.
Thanks!
Attachments (1)
admin Accepted Answer
Admin
Hi,
to show icons you can use shortcode like {socialconnect_icon}

Anyway to fit your needs like your screenshot the best way is to style the buttons with images and CSS code like:
.facebook_button, .twitter_button, .google_button, instagram_button{
border:none !important;
font-size:0 !important;
height:40px !important;
width:40px !important;
}
.facebook_button{
background:url( URL_OF_THE_FACEBOOK_ICON_IMAGE ) !important;
}
.twitter_button{
background:url( URL_OF_THE_TWITTER_ICON_IMAGE ) !important;
}
.google_button{
background:url( URL_OF_THE_GOOGLE_ICON_IMAGE ) !important;
}
.instagram_button{
background:url( URL_OF_THE_INSTAGRAM_ICON_IMAGE ) !important;
}
  1. more than a month ago
  2. General
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.