How to get rid of sub-indicator on primary navigation
-
Topic
-
Related to the Primary Navigation, i want to get rid of the fontawesome icon and not have any icon at all.
I see this in the css
#primary-menu li a .sf-sub-indicator {
color: #999999; /* Because we’re using fontawesome for the icons, we can change the color here. */
}
but when I look at the source code output in Firefox I don’t see a class=”sf-sub-indicator” anywhere.How is the icon being generated and how can I get rid of it other than changing the css color to transparent?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.