Hi @acqua,
It is is not possible if you have any other query let me know.
Thanks!
Thread Starter
acqua
(@acqua)
How about disabling it with css?
Hi @acqua,
It is possile with css but this button disable both side (post editor and page editor).
if you disable this button both side please follow below steps :
Go to wp-includes -> css -> editor.min.css -> put this css line on editor.min.css css file button.button-primary.wp_tabs_r_shortcode_button.thickbox{display:none;}
if you have any query let me know.
Thanks!
Thread Starter
acqua
(@acqua)
Did the change you recommended, but the tab is still there (in post’s editor).
Below the edited css
https://snag.gy/xmldYI.jpg
Hi @acqua,
Put this css line on same directory and same css file : .button.button-primary.wp_tabs_r_shortcode_button.thickbox{display:none;}
Thanks!
Thread Starter
acqua
(@acqua)
Hi @acqua,
Please clear browser cache and history and check it then if you any query let me know.
Thanks!
Thread Starter
acqua
(@acqua)
Sorry but the tab keeps showing.
I had previously cleaned cache
Hi @acqua,
Put this css line on same directory and same css file : .button.button-primary.wp_tabs_r_shortcode_button.thickbox{display:none !important;}
Thanks!