Is it possible to use this without the popup list? Members can just type the name and it links?
Notifications
Clear all
Jul 14, 2020 7:56 am
2 Replies
Jul 14, 2020 12:09 pm
Hi @galaxi,
You can use the CSS code below:
.wpducm-mention-list-container ul.wpducm-mention-list {
display: none !important;
}
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.
Jul 15, 2020 1:54 am
Thanks! I will try it.