Resource icon

Adding Social Media Icons to the Headar Section

HiddeNKinG

Active member
HiddeNKinG submitted a new resource:

Adding Social Media Icons to the Headar Section - social media, xenforo

View attachment 251963

Add the following code into extra.less

CSS:
.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 4px;
        text-transform: uppercase;
        font-weight: 600;
        a {
            display: block...

Read more about this resource...
 
Top Bottom