Jump to content
WebFlake
  • 0

Animate Recolor.


skyxey3

Question

6 answers to this question

Recommended Posts

  • 0
Guest Harvest

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.

 

3sDUJnf.png

Link to comment
Share on other sites

  • 0

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.

 

3sDUJnf.png

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 by skyxey3
Link to comment
Share on other sites

  • 0
Guest Harvest

.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

  • 0

 

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

Guest
This topic is now closed to further replies.
×
×
  • Create New...