Okay
  Public Ticket #2443120
User Account Button
Closed

Comments

  • andrei started the conversation

    hello, 

    how can i add a text near the "User Account Button" in the header?

    we want to be more intuitive for the user that there is the login page. 


    thank you!

  •  3,278
    Austin replied

    Hi andrei,

    Try the following css in Salient > General settings > CSS/script related

    #nectar-user-account:after {
        content: 'Login';
    }
    

    Kind regards.

  • andrei replied

    thank you, Andrew 

    please help us with the code to make this also avaible on the mobile version and the text to have a link. so the user can click the icon or the text to enter on the login page. 


    thanl you!


  •  3,278
    Austin replied

    Hi andrei,

    Use the following css:

    .mobile-user-account:after {
        content: 'Login';
    }
    

    Thanks.