Hello, is it possible to hide the entire header> extra element strip/row on mobile phones?
Hey gfriend70,
Thank you for the inquiry.
This should be possible with the following css code.
@media only screen and (max-width: 768px) {
/* Add your Mobile Styles here */
#top #header_meta {
display: none;
}
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.
Best regards,
Ismael
brilliant thank you.
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike