Home Forums Space themes support forum Social Icons Order

Social Icons Order

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #467708

    John
    Participant

    Hello,
    It’s possible to change the order of socials icons/links?
    https://imgur.com/a/7kaY3VJ
    It’s the widget from the header.
    Waiting for your reply,
    Thank you!

    #467975

    Luke Nielsen
    Keymaster

    Hello,

    It’s possible by using a custom code. Please send me your website and the order that you want and I will prepare a code for you.

    Kind Regards

    #467990

    John
    Participant

    Hello,
    Thank you very much for you fast reply.
    This is the order for the social icons that we need https://imgur.com/a/0MyojWQ.
    Also if it’s possible to show us where your editing the code so we can do it for our self when we need to change the order.
    Attached the website and the credentials.
    Please let me know if you need something else from us.
    Thank you!

    #468236

    Luke Nielsen
    Keymaster

    Hello,

    The below code will help you to change the order. Define it via Theme Settings -> Custom CSS.

    .xts-header-col  .xts-social-buttons {
        display: flex;
    }
    
    .xts-header-col .xts-social-buttons .xts-social-whatsapp {
        order: 1;
    }
    
    .xts-header-col .xts-social-buttons .xts-social-facebook {
        order: 2;
    }
    
    .xts-header-col .xts-social-buttons .xts-social-instagram {
        order: 3;
    }
    
    .xts-header-col .xts-social-buttons .xts-social-linkedin {
        order: 4;
    }
    
    .xts-header-col .xts-social-buttons .xts-social-youtube {
        order: 5;
    }

    In case, if you want to change the order, just change the value for the order property.

    Kind Regards

    #469001

    John
    Participant

    Hello,
    You are the best!
    Thank you very much for your support!
    Big like!

    #469090

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! If you do not mind, can you please leave 5 stars rating for our theme by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future. It would encourage our work a lot. If you like our Theme and Support.

    Have a great day.

    Kind Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Social Icons Order’ is closed to new replies.