I added social media links in Navbar for mobile. But it’s showing up on PC too. I’d like to have the links only appear on mobile for Navbar dropdown menu.
MOBILE (Navbar Dropdown)
PC (Navbar)
I added social media links in Navbar for mobile. But it’s showing up on PC too. I’d like to have the links only appear on mobile for Navbar dropdown menu.
MOBILE (Navbar Dropdown)
PC (Navbar)
Hi @Deependu_Ajish, you just need to set the social media links to display none on desktop.
And then display inline-block on mobile (or whatever suits your needs besides display none).
Let me know if this helps, thanks!
It hides it everywhere once I hid it on PC.
Ohh. I just had to find the element in the navigator XO. Thanks… it worked.