This topic has 4 replies, 2 voices, and was last updated 8 years, 4 months ago ago by Jack Richardson
How can the envelope icon in the top-bar be hidden, while retaining the ‘newsletter’ link?
In the top-bar, I’ve followed directions to modify the ‘newsletter’ (promo popup link) text, but can’t see an obvious option to hide the envelope icon. It seems to sit outside the list items in the top bar… So, how to hide it?
Thanks in advance.
Hello,
Add this code in Theme Options > Custom CSS > Global Custom CSS:
.top-links li.popup_link:before {
display: none;
}
Best regards,
Jack Richardson.
Thanks for quickly and correctly identifying the selector, Jack!
I reckon that rather than re-defining the font, it might work better as:
.top-links li.popup_link:before {
display: none;
}
For the sake of future searches, I’ll mark your response as ‘best answer’ if you make the apt amendment.
Hello,
Sorry it was my mistake as the correct code should be:
.top-links li.popup_link:before {
display: none;
}
Best regards,
Jack Richardson.
Tagged: envelope, hide, icon, newsletter, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up