Hi,
I wish to delete post excerpt from mobile version while keeping them the same in desktop version.
Is this feasible?
Hi,
I wish to delete post excerpt from mobile version while keeping them the same in desktop version.
Is this feasible?
Hello there,
I hope you are doing well today.
Could you please provide a link to your website so that I can inspect it?
Best Regards,
Support
Hello there,
Thanks for the link.
You can use the following CSS code to remove the excerpt on mobile by going to Appearance > Customize > Additional CSS and pasting it there.
/*Remove excerpt on mobile*/
@media only screen and (max-width: 1000px) {
.home p {
display: none;
}
}
Best Regards,
Support
perfect
Gracias!!!
Is there anything else or can we close this case?
I guess what you are trying to say is possible via some changes in post via the HTML part, am not getting the code right now. So do a bit of google search in other forum and you will definitely get it.
With Regards,
Protar Smith
I will close this case now, Feel free to contact us again if you have other questions Thanks!