Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Issue With Menu Icons

Home / Forums / Ascend Theme / Issue With Menu Icons

This topic is: Resolved
[Resolved]
Posted in: Ascend Theme
January 16, 2020 at 8:12 am

Hello.

In mobile menu, when menu item has a children, there is kt-icon-chevron-down and kt-icon-chevron-up element.

I am overriding the ::before element with my icons of choice:

.kad-mobile-nav li .kt-icon-chevron-up::before {
content: “\f068”!important;
}

.kad-mobile-nav li .kt-icon-chevron-down::before {
content: “\f067”!important;
}

So far it worked normally but now I am seeing this:

How can I replace the icons with those of my own?

Thank you.

  • The forum ‘Ascend Theme’ is closed to new topics and replies.