where and how can i change the size and the background color and the font color of the 2nd top menu? http://i.imgur.com/kUijJXy.jpg
Hi alfaweb2!
Please add following code to Quick CSS
#header_meta, #header_meta .container {
min-height: 25px;
background-color: black;
}
.sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
color: red !important;
}
Regards,
Yigit
Hi!
Please add following code to Quick CSS
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 64px;
}
Cheers!
Yigit
No. Sorry no effect.
Hey!
Try adding !important rule as following
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 64px !important;
}
Best regards,
Yigit
Better ! Nearly gone! THANK YOU! Greetings from vienna, Alexander
CLOSED.