Hi,
I updated Pro today, and all of a sudden my menu icons are not working correctly. They look right in the Cornerstone builder. But, have the default hand on the front end.
Here is the code I am using:
li.menu-item .x-anchor .x-anchor-content .x-graphic i.x-icon::before {
content: ‘\f105’!important;
font-size: .9em!important;
color: #003a62;
}
.sub li.menu-item .x-anchor .x-anchor-content .x-graphic i.x-icon::before {
content: ‘\f105’!important;
font-size: .7em!important;
color: #003a62;
}
And the first screenshot is how it should look and the second screenshot is how it looks on the front end.

