Okay
  Public Ticket #3452823
Social Icon Header, Change order
Closed

Comments

  •  1
    Benazir started the conversation

    Hello! 

    Thanks for making such a versatile, fast and useful topic! We have a small detail... We want to change the order of the social icons in the transparent header (https://wipeoutfilmfest.com/) we want the instagram icon before the youtube icon Is there a simple way to change the order of the icons?

    Thanks!

  •  8,839
    Tahir replied

    Hey Benazir Bazán,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #social-in-menu>a[href*="instagram"] {
        order: -1;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Benazir replied

    It works!! Thank you so much!!