remove header image mobile?

This topic contains 5 replies, has 2 voices, and was last updated by  Guust 4 years, 6 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #511457

    Bonnie Robinson
    Lifetime Member
    Post count: 9

    I’m using a revolution slider header for the home page and i have the code to remove feature header working on large screens. I can’t find the code to remove the featured header in mobile though. Anyone know that code?

    #511464

    Guust
    Moderator
    Post count: 29970

    Please send us the URL of that page and we will have a quick look.
    You can post that in a private reply if you like.
    This may also assist: https://wpgeodirectory.com/docs/customizing-your-style/

    Thanks

    #511467

    Bonnie Robinson
    Lifetime Member
    Post count: 9

    Thank you for the quick response 🙂 The site is here: https://www.johnspass.com/

    #511471

    Guust
    Moderator
    Post count: 29970

    Try this CSS:

    @media (max-width: 668px) {
    .sd.home .featured-area, .sd.sd-location .featured-area {
        display: none;}
    }

    Thanks

    #511473

    Bonnie Robinson
    Lifetime Member
    Post count: 9

    Saweet!!! That worked perfectly thank you so much 🙂

    #511477

    Guust
    Moderator
    Post count: 29970

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket