MyBB Community Forums

Full Version: Delete PHP title in PHP tag
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

I want to delete the title "PHP Code:" when PHP tag is used,


above title shall be deleted.
you can try adding below style rule at the bottom of global.css
or at the bottom of showthread.css [edit either in advanced mode]

.phpcodeblock .title {display: none;}
and how can I do same for code tag?
^ you can use style property like below
.codeblock .title {display: none;}