Karl carloscosta hi... how can i hide or remove the button - open in new window? There should perhaps be better options for this, but you can add to custom CSS _files/css/custom.css: [data-lang="open in new tab"] { display: none; }
adom Karl this method to only hide the name but the button is work.. how can disabled it to can't work this button?
Karl adom It depends on exactly what button you are targeting, and these things might change. I will probably need to include better methods for hiding buttons. For now, you could do something like this: a.dropdown-item[target="_blank"] { display: none; }