I have found the code around the forum and i put it into my CSS
But there are two little problems
1) i’m not to be able to change the WIDGET TITLE COLOR
2) i’mo not to be able to change the LINE COLOR
To understand watch my image
https://ibb.co/f1ObQn
This is the CSS CODE that i used to modify color (menu, toolbar ect.)
.slide-text-bg2 h1 {
color: #382 !important;
border-color: #382;
}
.slide-text-bg3 p {
color: #382;
}
.header-top-area {
background: #382 !important;
}
.service-area h2 > a {
color: #00000 !important;
}
.service-area p {
color: #00000 !important;
}
.service-area:hover {
background: #382 !important;
border: 1px solid #00000 !important;
}
.dropdown-menu > li > a:hover
{
color:#382 !important;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus, .navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus
{
background-color:#382 !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
color:#dd9933 !important;
}
.breadcrumbs > li >.active
{
color:#dd9933 !important;
}
.header-top-area, .sidebar-widget-tab > .active a, .pagetitle-separator-box {
background: none repeat scroll 0 0 #382 !important;
}
.home-portfolio-showcase-overlay, .home-blog-btn a { background-color: #382 !important; }
.home-blog-area:hover .home-blog-info h2 > a { color:#382 !important;}