Not Solved [How To?] How to change colors
#4
Not Solved
You will need to edit global.css and dd.css for some of the changes

For changing the tabs, find the following and edit the background color:

Quote:#portal #nav-portal a,#forums #nav-forums a,#search #nav-search a,#member #nav-member a,#calendar #nav-calendar a,#contactus #nav-contactus a,#help #nav-help a{
background:#429c46;
color:#fff;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
border:1px solid #51b655;
text-shadow:1px 1px 0px #337335;
-moz-background-clip:padding;
-webkit-background-clip:padding-box;
-webkit-box-shadow:inset 0 0 1px 1px #377b3a;
-moz-box-shadow:inset 0 0 1px 1px #377b3a;
box-shadow:inset 0 0 1px 1px #377b3a;
padding:15px;
-webkit-box-shadow:0px 0px 15px 2px rgba(50,50,50,0.75);
-moz-box-shadow:0px 0px 15px 2px rgba(50,50,50,0.75);
box-shadow:0px 0px 15px 2px rgba(50,50,50,0.75);
text-decoration:none;
font-familyConfusedource Sans Pro,Tahoma,Helvetica Neue,Arial,sans-serif;
font-size:14px;
font-style:normal;
}

To edit info bar go to dd.css and edit the background of the following:

Quote:.navMenu {
   background: none repeat scroll 0% 0% #429C46;
   border: 1px solid #377B3A;
   box-shadow: 0px 0px 1px 1px #51B655 inset;
   padding: 10px;
   border-radius: 3px;
   margin: auto;
   height: 25px;
   font-family: Source Sans Pro;
   font-size: 15px;
   font-style: normal;
}

To change the forum icons, download them and edit with photoshop then upload back to your web host in the appropriate folder.
Find me here or at my new blog about MyBB, Web Design, SEO
My Services
MyBB Themes
Reply


Messages In This Thread
How to change colors - by amRq7U - 2015-02-21, 08:34 PM
RE: How to change colors - by UnfedZombie - 2015-02-21, 09:45 PM
RE: How to change colors - by amRq7U - 2015-02-21, 09:50 PM
RE: How to change colors - by ThemeFreaknet - 2015-02-22, 05:50 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)