Background color menu
Hi!
Several days before, i was able to have the menu with background color (white) and header red, but now i don´t have the menu (http://s569412443.mialojamiento.es/: inicio, quienes somos, productos, etc) with white background... We´re several person write on the page, and now i can´t find which is the problem... can you help me please? Thank you!!
These are all the css on the custom css&JS Menu:
#Top_bar a.responsive-menu-toggle {
color: #ffffff;
background-color: #ffffff
height: auto !important;
padding: 11px 20px;
right: -10px !important;
top: 8px !important;
}
#Top_bar a.responsive-menu-toggle span {
line-height: 0 !important;
padding: 0 !important;
}
@media only screen and (max-width: 740px){
#Wrapper #Top_bar a.responsive-menu-toggle {
right: 30px !important;
top: 30px !important;
}
}
.header-stack #Top_bar {
background-color: #c10000 !important;
}
*::selection {
background-color: #f15928;
}
body.header-stack:not(.template-slider) #Header {
min-height: 185px;
}
@media only screen and (min-width: 1240px) {
.sticky-dark #Top_bar.is-sticky .menu > li > a {
color: #fff;
background-color: #fff
}
}
.menu-highlight #Top_bar #menu > ul > li.current-menu-item > a, .menu-highlight #Top_bar #menu > ul > li.current_page_item > a, .menu-highlight #Top_bar #menu > ul > li.current-menu-ancestor > a, .menu-highlight #Top_bar #menu > ul > li.current_page_ancestor > a, .menu-highlight #Top_bar #menu > ul > li.hover > a {
background: #f15928;
border-radius: 0px;
}
.header-stack #Top_bar .logo #logo { padding-bottom: 0px; }
@media only screen and (min-width: 1240px) {
.header-menu-right.header-stack
}
@media only screen and (min-width: 1240px) {
#Top_bar:not(.is-sticky) .menu > li > a { color: #000000; } #Top_bar .menu { background: #fff !important;}
}
@media only screen and (max-width: 767px) {
#Top_bar .top_bar_right { display: none; }
}
#Top_bar .top_bar_right_wrapper { display: none; }
.icon_box .desc { padding: 0 20px; }
.icon_box a.button { display: inline-block; }
@media only screen and (max-width: 767px) {
#Top_bar, #Action_bar {
background: #ffffff !important;
position: static;
}
.header-fixed #Top_bar #logo img {
background: #c00412;
}
Several days before, i was able to have the menu with background color (white) and header red, but now i don´t have the menu (http://s569412443.mialojamiento.es/: inicio, quienes somos, productos, etc) with white background... We´re several person write on the page, and now i can´t find which is the problem... can you help me please? Thank you!!
These are all the css on the custom css&JS Menu:
#Top_bar a.responsive-menu-toggle {
color: #ffffff;
background-color: #ffffff
height: auto !important;
padding: 11px 20px;
right: -10px !important;
top: 8px !important;
}
#Top_bar a.responsive-menu-toggle span {
line-height: 0 !important;
padding: 0 !important;
}
@media only screen and (max-width: 740px){
#Wrapper #Top_bar a.responsive-menu-toggle {
right: 30px !important;
top: 30px !important;
}
}
.header-stack #Top_bar {
background-color: #c10000 !important;
}
*::selection {
background-color: #f15928;
}
body.header-stack:not(.template-slider) #Header {
min-height: 185px;
}
@media only screen and (min-width: 1240px) {
.sticky-dark #Top_bar.is-sticky .menu > li > a {
color: #fff;
background-color: #fff
}
}
.menu-highlight #Top_bar #menu > ul > li.current-menu-item > a, .menu-highlight #Top_bar #menu > ul > li.current_page_item > a, .menu-highlight #Top_bar #menu > ul > li.current-menu-ancestor > a, .menu-highlight #Top_bar #menu > ul > li.current_page_ancestor > a, .menu-highlight #Top_bar #menu > ul > li.hover > a {
background: #f15928;
border-radius: 0px;
}
.header-stack #Top_bar .logo #logo { padding-bottom: 0px; }
@media only screen and (min-width: 1240px) {
.header-menu-right.header-stack
}
@media only screen and (min-width: 1240px) {
#Top_bar:not(.is-sticky) .menu > li > a { color: #000000; } #Top_bar .menu { background: #fff !important;}
}
@media only screen and (max-width: 767px) {
#Top_bar .top_bar_right { display: none; }
}
#Top_bar .top_bar_right_wrapper { display: none; }
.icon_box .desc { padding: 0 20px; }
.icon_box a.button { display: inline-block; }
@media only screen and (max-width: 767px) {
#Top_bar, #Action_bar {
background: #ffffff !important;
position: static;
}
.header-fixed #Top_bar #logo img {
background: #c00412;
}
Comments
Thanks for understanding!