How can I rearrange the header menu sequence in my online store?

NEED HELP

I would like to change the header menu position of “My Account” with “Search”:

Store Link: https://93f811-2.myshopify.com/

Hi @admintb , can you share a screenshot of the header.liquid template?

HI @admintb

Please add this code at the bottom of your theme.css file

.header__secondary-nav a:first-child { order: 2; }
.header__secondary-nav a:nth-child(2) { order: 1; }
.header__secondary-nav a:nth-child(3) { order: 3; }