MyBB Community Forums

Full Version: path to file containing logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,

i'm very new to using mybb, so I still need to do some exploring. but perhaps some of you could help me figure some things out. for example, right now i would like to change my logo size. i tried to do it in global.css by adding width and height attributes, but it didn't work. so i'm wondering what's the path to the file that contains the logo, so i can change it 

i want it to look something like this:

<img class="pull-left" style="height:75px;width:290px" src="https://forum.myurl.com/images/logo.png" alt="My URL" title="My URL">

but not sure where the file is located. can someone help?
(2017-03-14, 07:44 PM)kathyarias Wrote: [ -> ]hi,

i'm very new to using mybb, so I still need to do some exploring. but perhaps some of you could help me figure some things out. for example, right now i would like to change my logo size. i tried to do it in global.css by adding width and height attributes, but it didn't work. so i'm wondering what's the path to the file that contains the logo, so i can change it 

i want it to look something like this:

<img class="pull-left" style="height:75px;width:290px" src="https://forum.myurl.com/images/logo.png" alt="My URL" title="My URL">

but not sure where the file is located. can someone help?

Check the header template in ACP >  Templates & Style > Templates (in the left sidebar) > *YOUR THEME* > Header Templates > header.
it worked like a charm. 

thank you so much!