Hi there,
Holiday Greeetings~
Thanks for your kind guidance on the icon header guidance. (https://xtemos.com/forums/topic/how-to-move-navigation-menu-icon-above-the-menu-text/)
Based on it, we hope to change the Text size and weight for that Bottom Header Only, is it possible? (enclosed is the illustration photo) we tried to inspect in Chrome but all Headers’ text size were linked together …without success.
PS: based on previous guidance on the icon menu in Header Bottom: https://xtemos.com/forums/topic/how-to-move-navigation-menu-icon-above-the-menu-text/
I have already applied below css code in Global and Desktop :
In Global:
/* remove bottom header navigation menu text arrow */
.whb-header-bottom .wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after{
display: none;
}
/* Predefined bottom header width px columns */
.whb-header-bottom .wd-nav>li{
width: 100px;
text-align: center;
}
In Desktop:
/* Navigation Images (Scoped to specific navigation menus) */
.whb-header-bottom .wd-nav-secondary.wd-nav .wd-nav-img,
.whb-header-bottom .wd-nav-secondary.wd-nav .wd-sub-menu li>a img {
max-height: var(–nav-img-height, 60px);
padding-bottom: 10px;
}
/* Header Bottom Navigation */
.whb-header-bottom .wd-dropdown {
margin-top: 5px !important;
}
.whb-header-bottom .wd-nav-secondary.wd-nav {
align-items: center;
}
.whb-header-bottom .wd-nav-secondary.wd-nav>li>a {
height: auto;
display: block;
}
.whb-header-bottom .wd-nav-secondary.wd-nav>li>a .wd-nav-img {
display: block;
margin: 0 auto;
}
kind regards,
Luie
Attachments:
You must be
logged in to view attached files.