Hi
Is ist possible to add a horizontal menu above the mainbody in Technews, eg Header position? I tried adding some CSS code given elsewhere in this forum for other templates, to the overide CSS, but it didn't work so far.
Thanks
#gkHeaderMod ul li {
color: #fff;
display: inline-block;
float: none;
margin: 0 20px;
}
#gkHeaderMod ul li a {
color: #fff;
}
#gkHeaderMod ul li a:hover,
#gkHeaderMod ul li a:focus,
#gkHeaderMod ul li a:active {
color: #ddd;
}