Moving the search button and adding a anchor link

Moving the search button and adding a anchor link

Excellush
Tourist
9 0 1

Hello,

 so I have been working on this and trying to figure this out all day, I have been trying to rewrite the codes and for the search icon and for some reason i just cant get it to move

search icon screenshot (1).png

anchor point screenshot (1).png

, and I was just wondering if you could help me, I would like to move it down until its same height as the shoping cart and than right so that its got the same spacing between the search bar and the letter "H" that the shopping cart has with the letter "P"  ( for reference see search icon screenshot (1) 

 

and than I would also like to create a link that comes between our email sign up sheet and the FAQs line that says exactly this

"Are You A Storefront,Promoter, or A Influencer That Would Be Interested In Selling Our Products? Please Click "Here" And We Will Get In Contact With You As Soon As Possible"

so thats what I want it to say ^ 

and also the Here would have to go to a link wich would than go to our Contact Page (for reference see anchor point screenshot (1)

Here is the link to our page Excel Lush Beauty and if you need a collaborator code let me know 

thank you

Replies 2 (2)

steve_michael2
Navigator
445 38 61

Hi @Excellush ,

 

solution for search icon

 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

@media(min-width:768px){
.header__icon span {
    position: relative;
    top: 61px;
    left: 10px;
}
}

 If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!

Excellush
Tourist
9 0 1

so I tried that a couple of times and it still didnt work, do you have another option I could try?