How to remove this button "theme support"

Posted in: Newspaper
Post count: 3

I want to remove this button. Please support for me. 🙂

http://postimg.cc/Rqn2CnWC

Post count: 3

And I want to remove this icon arrow. Please support for me

http://postimg.cc/MvwCHpkC

  • This reply was modified 5 years by lehoanmba.
Post count: 18283

Hello !

You can use this css code: .td-scroll-up{
Display:none;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Post count: 3

Excuse me, what about this button.
http://postimg.cc/Rqn2CnWC

I rarely use it so I don’t want it to show up. Please show me how to hide it.

Post count: 18283

Hello !

For that please use this code: #wp-admin-bar-our_support_item{
display:none;
}

Thank you !

Post count: 106

If I add the above code, the Theme support button does not disappear in the admin bar.

Post count: 21065

Hello @marijnvdgruiter!

You need to add that code here:
wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_admin.php
Save the file, refresh the page and it should working.

Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.