Adding Social Media Icons to the Headar Section

XenForo Adding Social Media Icons to the Headar Section

AynaZ

Supervisor
  • Thread starter
  • Admin
  • #1
XenTeam submitted a new resource:

Adding Social Media Icons to the Headar Section - social media

4cd90c09d94b2.png

Add the following code into extra.less
CSS:
/** Adding Social Media Icons to the Headar Section @XNFORO.IR **/
.social-network {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    padding: 10px 0;
    text-align: center;

    li {
        display: inline-block;
        vertical-align: text-top;
        font-size: 15px;
        line-height: 28px;
        letter-spacing: 0;
        padding: 0...

Read more about this resource...
 
Back
Top Bottom