Change Mobile Menu – Sub Menu Icons

Posted in: Newspaper
Post count: 14

Hi TagDiv,

We would like to change the ‘angle-right’ sub-menu icons in our mobile menu to plus-icons. We currently have:

.td-mobile-content .td-icon-menu-right:before {
content: ‘\e83d’;
}

We have tried altering the content value to: ‘\e145’; but the icons appear broken.

Any help would be appreciated.

Many Thanks

Paul

Post count: 22421

Hello,
Please install the fontawesome 4 menus plugikn and then add this code in your theme panel-> custom css box:
.td-mobile-content .td-icon-menu-right:before{
content: '\f055';
font-family: fontawesome;
}

Thank you!

Post count: 14

Hi Bogdan,

Works like a charm. 🙂

Many Thanks

Paul

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.