Does anyone know how to change the font size for the tabs in a group? I looked allover the design studio and couldnt find it.
Thank you!!
You need to be a member of Ning Creators Social Network to add comments!
Current status of the Ning Platform is always available on the Ning Status Blog.
Some interesting articles related to community management, digital marketing etc. could be found in our digest. Don't hesitate to leave a feedback so we would know that we should continue :-)
Replies
Hi Selene,
Unfortunately, there is no option in design studio to set the heights of the text in the navigation menu specifically for the group as this value is determined by text heights of the page basically, so it would be necessary to change the heights of all text of the network in order to increase or decrease the heights of text in tabs in groups. If its ok you can change it the way it's shown in the screenshot.
But if you wish to change only the heights of the text in tab please insert the following code to the custom code section (the one which is not located in the design studio) in the head section.
<style>
.groupHeader-nav .subnavline > li {font-size: 48px;}
</style>
But don't forget to change the 48px to the heights you want., (I have used such a big value in order to see the changes for sure)
Please let me know if there are any questions.
Best regards,
Ning Team.