MyBB Community Forums

Full Version: Making the writing smaller
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
just wondering how can i make the writing smaller under the heading "Last Post" where it has the thread, date, and username

Also when u go into a thread the details across from the username are rather large as well

I know how to get to the themes part to edit just dont know what to edit. lol

http://www.holdenspares.com/

Edit the font size at last post template Admin CP > Templates & Styles > *your themes Style Name* > global.css > Edit Stylesheet: Advanced Mode >
.smalltext {
	font-size: 15px;
}

replace all with

.smalltext {
	font-size: 11px;
}
(2011-03-27, 08:44 AM)zZJoennZz Wrote: [ -> ]Edit the font size at last post template Admin CP > Templates & Styles > *your themes Style Name* > global.css > Edit Stylesheet: Advanced Mode >
.smalltext {
	font-size: 15px;
}

replace all with

.smalltext {
	font-size: 11px;
}

Awesome thanks, what about changing the colour of the buttons on the top of the banner? Search, Member List, etc etc
(2011-03-27, 08:54 AM)ufo8mycow Wrote: [ -> ]
(2011-03-27, 08:44 AM)zZJoennZz Wrote: [ -> ]Edit the font size at last post template Admin CP > Templates & Styles > *your themes Style Name* > global.css > Edit Stylesheet: Advanced Mode >
.smalltext {
	font-size: 15px;
}

replace all with

.smalltext {
	font-size: 11px;
}

Awesome thanks, what about changing the colour of the buttons on the top of the banner? Search, Member List, etc etc
its images,its title and images can be found in:

ACP>Themes and templates>Templates>Your theme>Header Templates>header

You guys ROCK!
(2011-03-27, 09:03 AM)ufo8mycow Wrote: [ -> ]You guys ROCK!
thank you very much man. Smile