Home Forums WoodMart support forum SIgn Up/ Log in Sidebar

SIgn Up/ Log in Sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #65018

    penguined
    Participant

    Please check the private content

    #65049

    Hello,

    In order to hide the icon please add this code:

    .login-form-side .create-account-question::before {
        display:none;
    }
    body .create-account-question a.create-account-button{
       padding: 10px 0;
       background-color: black;
       color:#fff;
       border-radius: 10px;
       border: 2px solid black;
    }

    Put the colors and values as per your needs and add this code to Theme Settings > Custom CSS

    Best Regards

    #65503

    penguined
    Participant

    Thank you so much. Please check the private content

    #65511

    Artem Temos
    Keymaster

    Hi,

    We see a lot of JS error in the console on your website. It may be caused by some of the optimizations plugins installed. Try to disable them one by one to see which of them causes this problem.

    Regards

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