Comments 3patrickcorleyjack started the conversationNovember 26, 2021 at 1:50pmIn all posts - I have sucessfully taken off the Author Image and the Icons - leaving just the Author Name and Date. This is what I used: .single-post .post .author-info--image { display: none;} .single-post .post .post-meta i { display: none;}This works just great for desktop . . . but on mobile and ipad I still get an Author Image and calander icon. (See attached images - one of desktop and another of mobile view).Are these simple to remove?Cheers{"wp":{"use":false,"adminUrl":"","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}} 1,558Laborator repliedNovember 29, 2021 at 9:14amHi there,Have you tried adding it under Custom CSS > Responsive > Extra Small (XS) area? If that does not work then try using this CSS instead: .author-info--alignment-horizontal.single-post--has-author-info.single-post .post .post-author-meta .post-meta i { display: none; } .author-info--alignment-horizontal.single-post--has-author-info.single-post .post .post-author-meta .author-info--image { display: none; } Best regards,Laborator Team Documentation Join Kalium Users Group1 Like 3patrickcorleyjack repliedNovember 29, 2021 at 9:43amMany thanks Art, your firdst suggestion here worked!!Cheers 1,558Laborator repliedNovember 29, 2021 at 11:26amHappy to hear that PatrickP.S: If you like our theme, it would help us a lot if you could give us a five-star rating on ThemeForest from your Downloads tab. A huge thank you from Laborator in advance, wishing you a great week!Best regards,Laborator Team Documentation Join Kalium Users Group Sign in to reply ...
In all posts - I have sucessfully taken off the Author Image and the Icons - leaving just the Author Name and Date. This is what I used:
.single-post .post .author-info--image {
display: none;
}
.single-post .post .post-meta i {
display: none;
}
Are these simple to remove?This works just great for desktop . . . but on mobile and ipad I still get an Author Image and calander icon. (See attached images - one of desktop and another of mobile view).
Cheers
Hi there,
Have you tried adding it under Custom CSS > Responsive > Extra Small (XS) area? If that does not work then try using this CSS instead:
Best regards,
Laborator Team
Many thanks Art, your firdst suggestion here worked!!
Cheers
Happy to hear that Patrick
P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on ThemeForest from your Downloads tab.
A huge thank you from Laborator in advance, wishing you a great week!
Best regards,
Laborator Team