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, 8 months ago by Andre Flores.
- AuthorPosts
- March 3, 2021 at 12:21 pm #1084039Jose Antonio Alamo RodriguezParticipant
I need to hide Alpenhouse video header for the mobile homepage. How can I do it?
Saludos
José A.March 4, 2021 at 12:59 am #1084187Andre FloresModeratorHello 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,
AndreMarch 4, 2021 at 5:15 am #1084378Jose Antonio Alamo RodriguezParticipantIt worked very well, you are the best !!!
Thanks to your work …;)Thanks a lot!!!
Jose A.March 5, 2021 at 12:47 am #1084899Andre FloresModeratorHello 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,
AndreMarch 6, 2021 at 1:46 pm #1085733Jose Antonio Alamo RodriguezParticipantHi, I need to do the same but for the (IMAGE) option. Thank you for your time.
Greetings
JoseMarch 6, 2021 at 2:05 pm #1085746Jose Antonio Alamo RodriguezParticipantSolved,
Thanks!
@media (max-width: 767px) {
.site-header-wrapper.custom-image-bg {
display: none;
}}March 9, 2021 at 12:07 am #1086799Andre FloresModeratorHello Jose,
Thank you for letting me know, I am glad that you have managed to resolve the issue.
Regards,
Andre - AuthorPosts
- You must be logged in to reply to this topic.