Hello,
1) Please add this code in Theme Options->Custom CSS->Global Custom CSS.
.menu > li > a {
background-color: red;
color: #fff !important;
}
.menu > li > a:hover {
background-color: white;
color: #000 !important;
}
2) Please add the following code in Theme Options->Custom CSS->Global Custom CSS.
.product-categories > li {
background-color: red;
}
.product-categories > li > a {
color: #fff !important;
}
.product-categories > li:hover {
background-color: white;
}
.product-categories > li:hover a{
color: #000 !important;
}
3) It requires additional customization in php files which is beyond our basic support scope.
4) Please add this code in Theme Options->Custom CSS->Global Custom CSS.
.header-type-12 .cart-bag .ico-sum {
visibility: hidden;
}
5) You can disable it in Theme Options->General->Fixed Navigation.
Regards,
Robert Hall