Featured Boxes images

  • Author
    Posts
  • #131208

    Hi,
    I want to remove images from Featured Boxes (1) on the mobile version. It is important, please help me!

    #131610
    Zed
    Cryout Creations mastermind

    Hi,

    You should be able to do that with some custom styling:

    @media (max-width: 800px) {
       #lp-boxes-1 .lp-box-image {
         display: none;
       }
    }

    Adjust the screen width limit as necessary.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Featured Boxes images’ is closed to new replies.