Hi,
I am wanting to show the ‘top bar’ with phone number & social icons ONLY on mobile (not on desktop).
Thanks
Fiona
Hi Rikard – sorry I dont understand your question.
I’m talking about the standard ‘top bar’ in Enfold. You find it at Enfold/Header/Extra Elements/Header Social Icons and Header Phone Number/Extra info. These have an option that says “Display in Top Bar at right” (or left etc)…
I just want it to ONLY display on mobile.
Thanks
Fiona
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (min-width: 768px) {
#header_meta {
display:none;
}
}
Best regards,
Rikard
THANKS! once I removed the (excess) CSS from trying to put a widget on the RHS of the menu it worked perfectly. (Something in that CSS obviously conflicted, but I dont need it any more so better to delete it.)
Regards
Fiona
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon