MyBB Community Forums

Full Version: How to change the logo?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello how can i change the logo on the default theme of mybb? I would like to increase the logo size for 50%.
My new site: https://forum.plesk.si/
based on your theme add this to your global.css
#logo div a img{
}

for example if you want change width :
#logo div a img{
width : 90%;
}