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 #3548249
Slider
Closed

Comments

  •  1
    SHAHABODDIN started the conversation

    Hi,

    i have question

    can i disable slider on mobile view?

  •  2,541
    PenciDesign replied

    Hi,

    Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

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

    Regards,
    PenciDesign.