Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #970744

    Hi
    You have this code in custom.css file , that is hiding the button

    @media screen and (min-width: 992px) {
    .btn {
        padding: 10.4px 39px;
        display: none;
    }} 
    

    remove the code to fix the issue .

    lorenaindigo Friend
    #971165

    Oh, silly of me! Thanks a lot Pankaj!

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  lorenaindigo 7 years, 7 months ago.

The topic ‘Login button not showing’ is closed to new replies.