| Hello, Concerning the sign in button, you can remove the lines below from the menu.ftl file, then re-deploy the theme <#if !is_signed_in><li class="nav-item <#if navigation_style == "">g-mx-10--lg g-mx-15--xl</#if><#if navigation_style != ""> g-mx-2--md g-mx-5--xl g-mb-5 g-mb-0--lg</#if>" ><a href="${sign_in_url}" class="nav-link <#if navigation_style == "">g-py-7 g-px-0</#if>" id="sign-in">${sign_in_text}</a></li> </#if><#if is_signed_in><li class="nav-item <#if navigation_style == "">g-mx-10--lg g-mx-15--xl</#if><#if navigation_style != ""> g-mx-2--md g-mx-5--xl g-mb-5 g-mb-0--lg</#if>" ><a href="${sign_out_url}" class="nav-link <#if navigation_style == "">g-py-7 g-px-0</#if>" id="sign-out">${sign_out_text}</a></li></#if>
We will check the issue with the menu and we will let you know soon. |