Add new button on header

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!

Hello @IloveWebsites ,

Please follow the steps:

  1. Edit sections β†’ header.liquid

Here a t line no. 275 just before to this

add this code

[Logare Parteneri](https://af.uppromote.com/dynutrition-ro/login)

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

  1. 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