skyxey3 Posted April 26, 2014 Share Posted April 26, 2014 (edited) How do i change the color of this http://prntscr.com/3dr9fg to like this http://prntscr.com/3dr8xl (darkred) but i want mine in this color - #0066CC i be trying to do this for 3hours now Edited April 26, 2014 by skyxey3 Link to comment Share on other sites More sharing options...
0 Guest Harvest Posted April 27, 2014 Share Posted April 27, 2014 Go to ipb_styles.css and find .box, then replace the background value with this. background: #0066cc; Just as a heads up though, that will effect the wrapper around the category too due to the way that skin is designed. It'll end up looking like this. Link to comment Share on other sites More sharing options...
0 skyxey3 Posted April 27, 2014 Author Share Posted April 27, 2014 (edited) Go to ipb_styles.css and find .box, then replace the background value with this. background: #0066cc; Just as a heads up though, that will effect the wrapper around the category too due to the way that skin is designed. It'll end up looking like this. Mine only make the maintitle blue but i want it like yours mine is like this http://prntscr.com/3dwa43 here the code i edited - . .box .maintitle{ -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: 0; padding: 9px 9px 14px 9px; background: #0066cc; Edited April 27, 2014 by skyxey3 Link to comment Share on other sites More sharing options...
0 Guest Harvest Posted April 27, 2014 Share Posted April 27, 2014 .box .maintitle{ -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: 0; padding: 9px 9px 14px 9px; background: #0066cc; Just make it ".box {" without the quotes. Remove the .maintitle from the top line. Link to comment Share on other sites More sharing options...
0 -Cookie- Posted April 28, 2014 Share Posted April 28, 2014 Mine only make the maintitle blue but i want it like yours mine is like this http://prntscr.com/3dwa43 here the code i edited - . .box .maintitle{ -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: 0; padding: 9px 9px 14px 9px; background: #0066cc; Link me to your site and i'll take a look Link to comment Share on other sites More sharing options...
0 skyxey3 Posted April 28, 2014 Author Share Posted April 28, 2014 Fixed - /Req a Closed pls Link to comment Share on other sites More sharing options...
0 Kingy Posted April 28, 2014 Share Posted April 28, 2014 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
skyxey3
How do i change the color of this http://prntscr.com/3dr9fg to like this http://prntscr.com/3dr8xl (darkred)
but i want mine in this color - #0066CC
i be trying to do this for 3hours now
Edited by skyxey3Link to comment
Share on other sites
6 answers to this question
Recommended Posts