How can we help you today?

Known Issue: Hub Menu Items and Labels Are of Wrong Size and Color

If you have a Hub Site, you might have noticed the following issue: some hub menu items (and labels) are not picking the color and size of the font that was set in the Theme Builder. 

In this article, we will help you fix this issue.


Problem


When you are trying to change the font, font color, and text size in the Theme Builder, Fonts & Typography > Menus > Hub Menu, the changes are not being applied to the labels and sub-items. 


Here is how this looks like in the case of a label (notice the difference in size with other menu items on the left and right):



Reason

There is an issue in ShortPoint Theme Builder affecting the hub menu labels and sub-items that is currently being fixed.


Solution

Go to ShortPoint Dashboard > Theme Builder > Utilities > Custom CSS


Put in the following code if your problem is with the sub-menu item (an item in a drop-down):


.ms-HubNav .ms-HorizontalNavItem-link {
    font-size: 18px !important;
    color: #03787C !important;
}


In case you want to target the label of a hub menu:


.ms-HubNav .ms-HorizontalNav-chevronDown {
 font-size: 18px !important;
 color: #03787C !important;
}

Please edit the code so that it indicates the desired font size and color.


If you want to target both, please use these two code blocks together:


.ms-HubNav .ms-HorizontalNavItem-link {
    font-size: 18px !important;
    color: #03787C !important;
}
.ms-HubNav .ms-HorizontalNav-chevronDown {
 font-size: 18px !important;
 color: #03787C !important;
}


After you have pasted the code and edited the values to match your desired outcome, save the changes. The problem should be solved.



Related articles:

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.

World's best intranet sites are designed using ShortPoint

Get started today! Learn more
See all 28 topics

Start a trial

Ignite your vision. Install ShortPoint directly on your site, or play in sandbox mode. No credit card required.

Get started today

World’s best intranet sites are designed using ShortPoint

Thousands of companies using ShortPoint everyday to design, brand and build award winning intranet sites.

Get started Learn more