Home Forums WoodMart support forum SIgn Up/ Log in Sidebar Reply To: SIgn Up/ Log in Sidebar

#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