Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1456659
Penci Slider Disabling on Mobile
Closed

Comments

  •  1
    mulinaro started the conversation

    Hi guys, 

    I'd like to disable Penci Slider ONLY for mobile. 

    Displaying it on Tablets and Desktop is ok. 

    Could you give me the CSS code? 

    I assume it should be placed in "Design > Customizer > Featured Slider Options > Revolution Slider Shortcode"? 

    Thx in advance!

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 480px){
    .featured-area{ display: none; }
    }

    Best Regards,

    PenciDesign