Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Hiding Featured Image On Mobile Devices

Home / Forums / Kadence Theme / Hiding Featured Image On Mobile Devices

This topic is: Resolved
[Resolved]
Posted in: Kadence Theme
February 3, 2023 at 2:05 am

Hello,

I am looking for a way to hide featured image on mobile devices to improve page load time.

The generic CSS code I found online does not work because Kadence probably uses other names for classes.


@media
(max-width:480px){.featured-image {
display: none;
}}

Thanks!

  • The forum ‘Kadence Theme’ is closed to new topics and replies.