- This topic has 3 replies, 2 voices, and was last updated 8 years, 11 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Featured Boxes From Mobile Phones
Is there a way I can remove the featured boxes from view on mobile devices? I was able to remove it via CSS so it does not show when you view it on a computer but when you view it on a mobile device it shows up again. I am using the theme for my photography site and removing it from mobile view will help to clean it up. My website is below. Thank you for the help once again.
http://boudoir.dypp.org
Hi,
Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
Paste this css code in custom css box
@media screen and (max-width:47.938em) and (min-width:30.000em) {
.featuresbg {display:none;}
}
Regards,
Shri
Thanks, that didn’t really work for me but I was able to use this to find the correct section of code. the .featuresbg. I used that to just do a display:none in the editor and it worked. Verified in every IOS mobile selections currently. 🙂
Okay Great
Regards,
Shri
Want to wow your visitors? Our parallax scrolling WordPress themes adds smooth, eye-catching movement as people scroll through your site. It’s the perfect way to […]
Building a gaming community? Our Gaming WordPress Theme is packed with features gamers love. Share news, organize tournaments, create team pages, and build your gaming […]
Want to run a news website that stands out? Our News Blog WordPress Theme helps you share breaking stories, trending topics, and important updates with […]