I need to hide Alpenhouse video header for the mobile homepage

Free and Premium WordPress Plugins & Themes Forums WordPress Themes Alpenhouse I need to hide Alpenhouse video header for the mobile homepage

  • This topic has 6 replies, 2 voices, and was last updated 3 years ago by Andre Flores.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1084039
    Jose Antonio Alamo Rodriguez
    Participant

    I need to hide Alpenhouse video header for the mobile homepage. How can I do it?

    Saludos
    José A.

    #1084187
    Andre Flores
    Moderator

    Hello Jose,

    There is no option in settings to hide the video on mobile devices, however, you may try doing it via CSS – add the following code under Appearance ->Customize ->Additional CSS:

    @media (max-width: 767px) {
    .site-header-wrapper.full-height.video-bg {
    	display: none;
    }}

    Regards,
    Andre

    #1084378
    Jose Antonio Alamo Rodriguez
    Participant

    It worked very well, you are the best !!!
    Thanks to your work …;)

    Thanks a lot!!!
    Jose A.

    #1084899
    Andre Flores
    Moderator

    Hello Jose,

    You are always welcome 🙂
    It would be very much appreciated if you leave your positive feedback about the Alpenhouse theme at: https://motopress.com/products/alpenhouse/#edd-reviews-respond.

    Thank you in advance!

    Regards,
    Andre

    #1085733
    Jose Antonio Alamo Rodriguez
    Participant

    Hi, I need to do the same but for the (IMAGE) option. Thank you for your time.

    Greetings
    Jose

    #1085746
    Jose Antonio Alamo Rodriguez
    Participant

    Solved,
    Thanks!
    @media (max-width: 767px) {
    .site-header-wrapper.custom-image-bg {
    display: none;
    }}

    #1086799
    Andre Flores
    Moderator

    Hello Jose,

    Thank you for letting me know, I am glad that you have managed to resolve the issue.

    Regards,
    Andre

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.