Featured Boxes From Mobile Phones

Home Forums All Other Themes Featured Boxes From Mobile Phones

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17362
    DerekDerek
    Member
    • Topics: 2
    • Replies: 1
    • Total: 3
    Member since: December 4, 2015

    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

    #17368
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    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

    #17369
    DerekDerek
    Member
    • Topics: 2
    • Replies: 1
    • Total: 3
    Member since: December 4, 2015

    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. 🙂

    #17373
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Okay Great

    Regards,
    Shri

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.