Hey guys,
I have been trying to remove the instagram icon from the mobile menu by myself, but no success. Using Dawn theme.
Hoping to get some support here ![]()
Hey guys,
I have been trying to remove the instagram icon from the mobile menu by myself, but no success. Using Dawn theme.
Hoping to get some support here ![]()
Hi @jesuisjulie
Try this one.
@media only screen and (max-width: 989px){
a.list-social__link.link {
display: none;
}
}
I hope it help.
Please donāt forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you! This one also worked! :))))
Hey Ribe,
I am sorry to bother you, but I just realized, that the instagram icon also disappeared from the mobile footer. Is there a way to only remove it from the menu? but still keep in the footer.
Thank you very much in advance!
Julia
Oh okay, I didnt know you have also in footer. Try this one again.
Same Instruction. Replace the previous code that i give with this one.
#menu-drawer > div > div > div > ul > li > a {
display: none;
}
And Save.
I hope it help.
Please donāt forget to Like and Mark Solution to the post that helped you. Thanks!
Worked like charm, thank you so much! ![]()