I’m trying to insert a My Account link before my social media links, but do not want to move my float:left; topbar content.
I was attempting to inject this link through JS, but I’ve had no luck.
This is what my top bar looks like now:
![]()
This is how I’d like it to look:
![]()
Here is the code I used in my global JS under X > Theme Options (this did not work):
$("<a href="http://www.livemorerealized.com/my-account">My Account</a>").insertBefore( $(".x-social-global"));