- This topic has 3 replies, 2 voices, and was last updated 9 years, 8 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
Free WordPress Carousel Plugins Here is the best free WordPress carousel plugins that you need to know: Are you thinking of giving your WordPress website […]
Appointment Booking Plugins for WordPress Running a service-based business without proper scheduling tools feels like juggling flaming torches while blindfolded. You’re constantly switching between phone […]
Yoast vs All in One SEO: Which SEO WordPress Plugin is Best? You’ve built a fantastic WordPress website. The design is sleek, the content is […]