custom link to header

custom link to header

HXtech001
Tourist
21 0 1

want to add a text with link right below my search on header

 

website: Giga

Theme: suruchi

Image for reference:

Screenshot 2024-12-12 024326.png

 

 

Replies 4 (4)

Hasan112
Shopify Partner
152 11 22

Hello find these on code 
<button class="search__button input__field_form_button button--primary" aria-label="Search our store">
<svg class="icon icon-search" aria-hidden="true" focusable="false" role="presentation">
<use href="#icon-search">
</use></svg>
</button>


and then replace it below 
<button class="search__button input__field_form_button button--primary" aria-label="Search our store">
<svg class="icon icon-search" aria-hidden="true" focusable="false" role="presentation">
<use href="#icon-search">
</use></svg> <span class="cst-style">GO</span>
</button>

<style>
span.cst-style {
font-size: 28px;
font-weight: 500;
}
</style>

Hasan112_0-1735668550753.png



adjust the font style whatever you like 


If its helpful hit the Like & Accept as solution button 






- If you need assistance with your store, feel free to contact us at zayan.1@yahoo.com or WhatsApp!
- Hire me, if you want to Design, Re-design, Develop a store or make changes to the pre-built store.
- If its helpful, please Mark as Accepted Solution, reply helpful? Click Like. Or Coffee Tip Thank you!
HXtech001
Tourist
21 0 1

can you guide me where I will find these code in my theme

DaisyVo
Shopify Partner
4469 501 598

Hi @HXtech001 ,

 

Since your Theme is not a Shopify theme, we are unable to check directly. I would like to ask if your Theme have Custom Liquid part like this:

DaisyVo_0-1735692962578.png

 

If yes, you can add this code here into this section:

<div style="width: 100%; text-align: center;"><a href="redirect-link">check new link</a></div>

 

Here is the result:

DaisyVo_1-1735693071101.png

 

Please let me know if it works!

 

Best,

Daisy

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
HXtech001
Tourist
21 0 1

Added your code but it should be under search bar not below header

 

Screenshot 2025-01-01 234140.png