Hi Rui,
Thanks for your fast help!
It doesn’t work..
Here my css code:
#header-section .header-menu .menu > li {
font-size: 14px;
}
nav .menu li {
font-size: 15px;
}
#header-section .header-menu .menu > li {
line-height: 200px;
height: 200px;
}
nav .menu li.current-menu-ancestor > a, nav .menu li.current-menu-item > a{
color: #d4af37 !important;}
.woocommerce-page .woocommerce-message, .woocommerce .woocommerce-message{
background: #C1FFC1 !important;}
.woocommerce-page .woocommerce-message, .woocommerce .woocommerce-message
#order_review{
display:none !important;
}
#main-navigation ul.menu > li.menu-item-452{
float:right!important;
}
.showcoupon {
color: #000;
font-weight: 600;
}
#header-section .header-menu .menu > li {
color: white;
}
a.cart-contents:before {
content: “\f291”;
font-family: fontAwesome;
margin-right: 10px;
color: white;
}
@media (max-width: 767px) {
body {
padding-right: 0;
padding-left: 0;
}
.page-heading {
display: none;
}
.inner-page-wrap{
margin-top:0px!important;
}
.page-id-4749 .site {
background: none repeat scroll 0 0 #000000;
}
I think there is something in the wrong order.
Regards