Comments andrei started the conversationJune 17, 2020 at 4:54amhello, 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,278Austin repliedJune 17, 2020 at 9:31amHi andrei,Try the following css in Salient > General settings > CSS/script related #nectar-user-account:after { content: 'Login'; } Kind regards.andrei repliedJune 17, 2020 at 12:34pmthank 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,278Austin repliedJune 17, 2020 at 6:30pmHi andrei,Use the following css: .mobile-user-account:after { content: 'Login'; } Thanks. Sign in to reply ...
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!
Hi andrei,
Try the following css in Salient > General settings > CSS/script related
#nectar-user-account:after { content: 'Login'; }Kind regards.
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!
Hi andrei,
Use the following css:
.mobile-user-account:after { content: 'Login'; }Thanks.