Hi every one,
Stagger Lee in post http://answers.themler.com/questions/62863/custom-image-for-menu-items explain how to implement icon in menu using only CSS (without special plugins for WP: Menu Icons, etc.), thanks a lot for explanation.
What is done wrong in my case: I set special class in WP menu, add CSS in Themler but Icon does not appears ?
On the figure 1: Home and Produkty it seems, the icon there is - space but does not appears.
On the figure 2: Google also see the Bootstrap Font
Added CSS:
.bd-menuitem-20.menu > a::before {
margin: 0 5px 0 0;
padding: 0;
font-family: 'Billion Web Font';
font-style: normal;
font-weight: normal;
text-decoration: inherit;
text-align: center;
text-transform: none;
width: 1em;
}
.bd-menuitem-20.menu > a::before {
content: '\123';
}
I give up. Where I made a mistake ? Please, help.
AS
Hi every one, Stagger Lee in post http://answers.themler.com/questions/62863/custom-image-for-menu-items explain how to implement icon in menu using only CSS (without special plugins for WP: Menu Icons, etc.), thanks a lot for explanation. What is done wrong in my case: I set special class in WP menu, add CSS in Themler but Icon does not appears ? On the figure 1: Home and Produkty it seems, the icon there is - space but does not appears. On the figure 2: Google also see the Bootstrap Font Added CSS: .bd-menuitem-20.menu > a::before { margin: 0 5px 0 0; padding: 0; font-family: 'Billion Web Font'; font-style: normal; font-weight: normal; text-decoration: inherit; text-align: center; text-transform: none; width: 1em; } .bd-menuitem-20.menu > a::before { content: '\123'; } I give up. Where I made a mistake ? Please, help. AS




