login popup jump(pop) twice

hi when i click on the key up top the my account popup open twice , how to fix?


https://www.themadbull.com/

Comments

  • Hi,

    Do you have the newest version of Betheme? If not, please, update it.

    Moreover, turn off all of your plugins, and check if problem persists.

    Thanks

  • hi yes, i have newest version of betheme, and yes, when disabling all plugins its the same and only in pc ,


    it give the same css mark for both so i cant do display none on one of them or controll them seperatly , im clueless lol

  • I have passed this problem to the dev team.

    As a temporary workaround, please, use the following CSS code:

    .rtl .column_header_icon .mfn-header-login{
     display: none;
    }
    .rtl .mfn-header-login .woocommerce-form .form-row.form-row-last::after{
     left: unset!important;
     right: 0!important;
    }
    .rtl .mfn-header-login .woocommerce-form .form-row.form-row-last .input-text{
     padding-right: 40px;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Thanks

Sign In or Register to comment.