button in the menu

Posted in: Newspaper
Post count: 73

Hello!

Please help me to replace this button in the menu (SIGN UP) on my button with HTML code (to call the callback service).

https://yadi.sk/i/3R2_DNFM3Zz3rX

Post count: 20688

Hi,

The login button can only be disabled, not replaced. Unless maybe you make modifications in the code. The default login link in the top bar is defined here
https://www.screencast.com/t/OfhHdZN1I
You could try and replace that with your own custom login link.

Post count: 73

Please tell me where exactly in this code I need to put the link?

echo ‘<ul class=”top-header-menu td_ul_login”><li class=”menu-item”>‘ . __td(‘Sign in / Join’, TD_THEME_NAME) . ‘<span class=”td-sp-ico-login td_sp_login_ico_style”></span>‘;

Option 2. Can I just turn off the login button and put my own button with my design in its place in the menu? Could you tell me if I could do that?

Post count: 20688

The actual link is this one – https://www.screencast.com/t/OnTm7g1Gu
So for example if I replace that link like this
https://www.screencast.com/t/rmgUyeO6Df
That will link to Google when clicked.

You could also disable the theme login, and add a custom link in the top menu
https://www.screencast.com/t/xDNTzhGv

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.