IP.Board Tutorials

Styling the social sharing buttons

Submitted by erevan, , Thread ID: 85956

Thread Closed
erevan
Newbie
Level:
0
Reputation:
0
Posts:
19
Likes:
1
Credits:
6
25-04-2018, 01:15 AM
#1
edit your theme and in css tab open you customCSS and add this :

Code:
.cShareLink {
  width: 70px;
  height: 35px;
  line-height: 35px;
  border-radius: 1px !important;
}


Change :
  • width and height for the size of button
  • keep "line-height" at same size of height for vertical icon align in middle
  • change border-radius for rounded corner or not
Result:

[Image: cVHOneC.jpg]

Users browsing this thread: 1 Guest(s)