Home › Forums › Trusted Pro › Hide Featured Services on mobile deives › Reply To: Hide Featured Services on mobile deives
July 26, 2018 at 3:39 pm
#5287
Yazmin
Keymaster
Hi Phil,
Add this code in Appearance > Additional CSS
@media screen and (max-width: 768px){
#featured-post-section{
display: none;
}
}