How to hide「edit with td composer」in admin bar?

Posted in: Newsmag
Post count: 38

Hello

can i know how to hide「edit with td composer」in admin bar? thank you

Post count: 23312

Hello SiuSang,

Try using the code below and place it in Theme panel -> Custom CSS Area.

The code is ->

#wp-admin-bar-tdc_edit{
display:none;
}

Thanks.

Post count: 38

It works, thank you Catalin!!

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