MyBB Community Forums

Full Version: Chaning color of theme [Help pls]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Soo am new to MYBB But i have found this theme  :  Seleinuim and it looks like this: http://prntscr.com/bj7yji but i wanna change the red to lighy bluey pls help
Go to ACP - templates and styles. Click on themes - Selenium. Then click on the custom.css stylesheet. 

Find this (line 37):

thead.main {
	
	background: #e74c3c;
	font-size: 11px;
	color: #fff;
}
 
Then replace #e74c3c with the colour of your choice. This site might help with picking colours:

http://www.color-hex.com/
http://prntscr.com/bjpd0t I want the ones circled to be blue too
Right click on one of them and select 'Inspect element' or 'Inspect'. That will show the stylesheet element you need to find and change. For example, if I right click on your user name I can see that I would need to look in global.min.css for a:visited and a: to change the colour.