Home › Forums › WoodMart support forum › Menu two parts › Reply To: Menu two parts
August 24, 2018 at 8:32 am
#74119
Elise Noromit
Member
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