- This topic has 2 replies, 2 voices, and was last updated 7 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Hide Featured Services on mobile deives’ is closed to new replies.
Home › Forums › Trusted Pro › Hide Featured Services on mobile deives
Howdy.
Just wondering if there is a way to hide the Featured Services section only on mobiles?? Happy to have it on my full size web site, but on mobiles, it is not really suitable for my site.
Cheers.
Phil.
Hi Phil,
Add this code in Appearance > Additional CSS
@media screen and (max-width: 768px){
#featured-post-section{
display: none;
}
}
Thank you – that works a treat!!
Cheers.
Phil.