Hide log in button from checkout page. (Keep login in header)

Hello @sgomez
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

.s2kwpi1.s2kwpi0._1fragemlj._1fragemsf._1fragemsl._1fragems9.s2kwpi2.s2kwpi6.s2kwpi4._1fragems6 {
display: none !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

1 Like