Home › Forums › WoodMart support forum › SIgn Up/ Log in Sidebar › Reply To: SIgn Up/ Log in Sidebar
June 27, 2018 at 12:52 pm
#65049
Elise Noromit
Member
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