Hello, I disabled the mobile site title with chosing hide in customize panel but it's still here!
I need to publish the website today :S
Mobile site tittle error ¡Urgent! :S
Hello, I disabled the mobile site title with chosing hide in customize panel but it's still here!
I need to publish the website today :S
Oops seems to be a bug.
Please use this css until I fix the bug:
"Lay Options" -> "Custom CSS & HTML" -> "Custom CSS for Mobile Version":
.mobile-title{
display: none!important;
}