How to hide author box in Mobile Theme using CSS

Posted in: Newspaper
Post count: 10

Hi,

I want to hide the author box only in mobile theme. What will be the CSS code for that. Please help.

Post count: 35449

Hi,

You need to add this custom css in Newspaper>theme panel>Custom code advance in phone section -> https://www.screencast.com/t/GqEXEAVIW2G
.author-box-wrap {
display: none
}

or if you are using mobile the set the code in Newspaper>theme panel>mobile theme -> https://www.screencast.com/t/IR4kd4ZXxqOD

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.