25th Feb, 06:35 pm
If you want to change the default color of FlatOne you will need to make some css edits. What is highlighted red is the current default theme color.
In global.css change the following:
Change #393939 to the color you want to be default. If you need to see changes, you will have to clear cookies and cache in your browser if you have the theme personalized at the theme settings page.
In global.css change the following:
Quote:nav {
background-color: #393939;
}
.thead {
background-color: #393939;
color: #F5F5F5;
padding: 10px 12px;
}
.nav_search form button i {
background-color: #393939;
border-radius: 3px;
color: #f5f5f5;
display: inline-block;
padding: 4px 6px;
text-align: center;
}
.navigation_submenu {
background-color: #393939;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0 0 3px 3px;
display: none;
list-style: none;
margin: 0;
padding: 0;
position: absolute;
}
Change #393939 to the color you want to be default. If you need to see changes, you will have to clear cookies and cache in your browser if you have the theme personalized at the theme settings page.