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 #3328860
featured slider
Closed

Comments

  • koshung started the conversation

    hi there,

    i have a question.

    i want to remove featured slider only on mobile page.

    what should i do?

  •  2,486
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

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

    Regards,
    PenciDesign.