MyBB Community Forums

Full Version: Changing Images/Size of menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
See picture.

How is this done? how would i change the pictures for Home, Calendar etc? also make the text smaller?
images/glowing/menu_icons.png

That's the image that has all the menu images. Also once you reduced its size, you must also adjust the values of the background-position in the following classes (in global.css).

Quote:.menu .calendar {
background-position: 0 -40px;
}
.menu .help {
background-position: 0 5px;
}
.menu .memberlist {
background-position: 0 -129px;
}
Im confused, for example i've created a member list picture, copied it onto FTP and refreshed the page and its still the same member list icon?
Because as i already said it uses CSS sprites. So you should edit the image i linked to you, instead of creating a single image and uploading it.

Since its a premium theme from Audentio, i don't have it and hence i can say the step by step procedure. Try contacting Audentio.
The Rules and the Donate page image is the home image.

This is the code.



<li><a href="{$mybb->settings['bburl']}/misc.php?action=rules">Rules</a></li>

<li><a href="{$mybb->settings['bburl']}/donate.php">Donate</a></li>

</ul>




How do i had the images i've put in my ftp?
and these are the images of calendar etc.



<li><a href="{$mybb->settings['bburl']}/calendar.php"

class="calendar">{$lang->toplinks_calendar}</a></li>



<li><a

href="{$mybb->settings['bburl']}/misc.php?action=help"

class="help">{$lang->toplinks_help}</a></li>