Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3408925
Change order of Social Icons
Closed

Comments

  • lifeisfullofgoodies started the conversation

    Hi there,

    can´t find the option to rearrange the social icons in main bar. I can add and delete by adding the link in customize > social media but not change the order. Mail in this case should be in the last position.

    Appreciate your help. 


    Regards


    Timm

  •  2,541
    PenciDesign replied

    Hi,

    Unfortunately, the current version of Soledad doesn't support re-order the social icon. We'll consider adding this option in the future theme update.

    Regards,
    PenciDesign.


  • lifeisfullofgoodies replied

    Possible via CSS?

  •  2,541
    PenciDesign replied

    Hi,

    Please send me the order listing you want to show. I'll check and try to help you customize it.

    Regards,
    PenciDesign.


  • lifeisfullofgoodies replied

    facebook instagram pinterest tiktok mail

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .header-social .inner-header-social {
        display: inline-flex;
    }
    .header-social .inner-header-social a[href*="mailto"] {
        order: 9;
        margin-right: 0;
        margin-left: 25px;
    }

    Regards,
    PenciDesign.



  • lifeisfullofgoodies replied

    Thx. That worked. Case closed. :)