You can add the following CSS code to your site to hide the Author Bio Box on mobile:
@media (max-width: 557.98px) {
.author-info {
display: none;
}
}
I tried adding that into Additional CSS but it didn’t work.
Could you send me the site URL for further checking? I have tested it on our demo site and it was working well.
Nevermind! I figured out what was the issue.
I was trying to label the Additional CSS
// label_text_here
But that screws up the coding
Please login or Register to submit your answer