Home Forums WoodMart support forum Menu two parts Reply To: Menu two parts

#74119

Hello,

It is possible to reduce logo and menu font-size, add this code to the Theme settings > Custom CSS

.whb-clone .whb-general-header .woodmart-logo img {
   max-height: 25px;
}
.whb-clone .main-nav .item-level-0 > a {
   font-size: 11px;
}

Best Regards