Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Primarius Posted May 31, 2022 Posted May 31, 2022 Hi, i changed this code in my theme to get a fontawesome icon on left from my menu point. .ipsNavBar_primary > ul > li#elNavSecondary_1 > a:before { font-family: FontAwesome; font-size:15px; font-weight: normal; margin-right: 5px; content: "\f03a"; } This code isnt working for the sub menu. Whats the trick behind that?
teraßyte Posted June 1, 2022 Posted June 1, 2022 Try using: .ipsNavBar_primary #elNavSecondary_1 a:before Edjazoli, Primarius and SeNioR- 2 1
Recommended Posts