Adding Button to Header - Trade Theme

Solved

Adding Button to Header - Trade Theme

notsogood1
Tourist
13 0 1

Hi all! 

Could anyone please walk me through how to add a clickable button to the header in trade them? I want it over by the cart and search icons. My site isn't live yet.

 

Any help would be greatly appreciated! Thank you!

 

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
11612 2276 2456

This is an accepted solution.

Oh, you added in 157 line. You should add it around line 256

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 8 (8)

Dan-From-Ryviu
Shopify Partner
11612 2276 2456

Hi @notsogood1 

You can do that by opening the header.liquid file in Online Store > Themes > click "..." next to Trade theme > Edit code, find this line of code 

{% render 'header-search', input_id: 'Search-In-Modal' %}

Add this code above it 

 <a href="your-URL" class="button header__icon link focus-inset">button</a>

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

notsogood1
Tourist
13 0 1

Hi! Thank you so much for responding. It's giving me an error message when I try to save it.  I did have the link in their previously but took it out to see if the link was the problem. This is what it says:

  • Liquid syntax error (line 157): Unknown tag '<a href="your-URL" class="button header__icon link focus-inset">SELL</a>'
Dan-From-Ryviu
Shopify Partner
11612 2276 2456

Could you take a screenshot of the code where you placed it?

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Dan-From-Ryviu
Shopify Partner
11612 2276 2456

This is an accepted solution.

Oh, you added in 157 line. You should add it around line 256

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

notsogood1
Tourist
13 0 1

Got it! Thank you so much! One more question, my apologies. Is there a way to change to button size and color?

Dan-From-Ryviu
Shopify Partner
11612 2276 2456

Could you send me your store URL so I can check and give you the code? 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

notsogood1
Tourist
13 0 1

I actually figured it out. Thanks!

notsogood1
Tourist
13 0 1

Hi! I was actually able to figure it out. Thank you so much for your help!