- This topic has 3 replies, 2 voices, and was last updated 9 years, 4 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
Promising WordPress Themes We have collected the most promising WordPress themes to guarantee the sustainable and revenue generating nature of your website revolving around any […]
Free WordPress Google Map Plugins Google Maps are the maps that can be integrated into your website to show the address in the proper way. […]
Sitecore to WordPress Migration When you want to grow your business, your Sitecore CMS platform can sometimes seem complex and expensive. Then, you need a […]