- This topic has 3 replies, 2 voices, and was last updated 9 years, 3 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
Umbraco to WordPress Migration A content management system is important for any small to big business. It helps to make your digital platform strong and […]
In the event that you have both a WordPress site and a YouTube channel, you should need to incorporate these stages. One route is by […]
Have you tried using HubSpot’s limited functionalities? Then, it is time to migrate your HubSpot website to WordPress. WordPress provides many features, themes, Plugins, and […]