When you have the custom CSS set up, add this code to it:
.form-allowed-tags {
display: none;
}
.header .logo a img {
display: none;
}
.header .name {
margin-top: 20px;
}
See if that does what you want so far.
When you have the custom CSS set up, add this code to it:
.form-allowed-tags {
display: none;
}
.header .logo a img {
display: none;
}
.header .name {
margin-top: 20px;
}
See if that does what you want so far.