Add new button on header

Solved

Add new button on header

IloveWebsites
Tourist
8 0 4

Screenshot 2024-12-17 at 16.42.31.png

This button you can find on www.dynutrition.ro. is a button to redirect uppromote login.

 

My page is https://cryogeltest.myshopify.com/ -- password - cryogel

 

Thank you!

Accepted Solution (1)

Guleria
Shopify Partner
3944 791 1120

This is an accepted solution.

Hello @IloveWebsites ,

 

Please follow the steps:

1. Edit sections -> header.liquid

Here a t line no. 275 just before to this

</div>
</header>

add this code

<a class="btn-partner hidden-lap hidden-pocket" href="https://af.uppromote.com/dynutrition-ro/login">Logare Parteneri</a>

Note: Don't forgot to change href value and text of the button.

 

2. Edit assets -> base.liquid and the the bottom of the file add this css code

   .btn-partner {
    margin-left: 25px;
    font-size: 15px;
    color: #1d1d1b;
    font-weight: 300;
    padding: 8px 25px;
    border: 1px solid #C6C6C5;
    display: inline-block; 
    transition: all .5s ease;
      text-decoration: none;
}

 

Regards
Guleria

 

 

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Reply 1 (1)

Guleria
Shopify Partner
3944 791 1120

This is an accepted solution.

Hello @IloveWebsites ,

 

Please follow the steps:

1. Edit sections -> header.liquid

Here a t line no. 275 just before to this

</div>
</header>

add this code

<a class="btn-partner hidden-lap hidden-pocket" href="https://af.uppromote.com/dynutrition-ro/login">Logare Parteneri</a>

Note: Don't forgot to change href value and text of the button.

 

2. Edit assets -> base.liquid and the the bottom of the file add this css code

   .btn-partner {
    margin-left: 25px;
    font-size: 15px;
    color: #1d1d1b;
    font-weight: 300;
    padding: 8px 25px;
    border: 1px solid #C6C6C5;
    display: inline-block; 
    transition: all .5s ease;
      text-decoration: none;
}

 

Regards
Guleria

 

 

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder