MyBB Community Forums

Full Version: Large font size on every Code and Php wrap
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can youu please anyon say me how to large font size on text which are in [code] and [php] tags
In your global.css find:


.codeblock code {
overflow: auto;
height: auto;
max-height: 200px;
display: block;
font-family: Monaco, Consolas, Courier, monospace;
font-size: 13px;
}

Increase the font size.