I am wondering how to add a Login Button to the upper portion of the main page when visitor first loads www.mysite.com I want to put it under the Join Now Button. See image attached.
Comments
I am wondering how to add a Login Button to the upper portion of the main page when visitor first loads www.mysite.com I want to put it under the Join Now Button. See image attached.
I copied codes from Designer>Splash and pasted in text editor. Found the codes to break them into 4 parts on Homepage using variety of Block formats.
<div class="bx-spl-join bx-def-margin-topbottom bx-def-border bx-def-round-corners">
<a class="bx-def-padding-sec-topbottom bx-def-font-h3 bx-def-font-normal" href="https://www.yourdomain.com/page/login"><bx_text:_sys_txt_splash_btn_login /></a>
</div>
I decided to just change the text to Join/Login Now in Polyglot and then change the button path to /page/login and it works as I want it to. Thanks
Cool. Still looks good!
Thanks