Home Forums Trusted Pro Hide Featured Services on mobile deives Reply To: Hide Featured Services on mobile deives

#5287
Yazmin
Keymaster

Hi Phil,

Add this code in Appearance > Additional CSS

@media screen and (max-width: 768px){
    #featured-post-section{
        display: none;
    }
}