Introduction
By default, there is no built-in option to adjust the My Groups text size. Using a simple CSS snippet, you can change the font size to match your design needs.
Custom Workaround
Follow the steps below to change the My Groups text font size:
- Go to Theme Options
- Under Custom Codes, enable CSS
- Append the following code:
li#groups-personal { font-size: 50px; } /* Replace 50px with your preferred size */- Save your changes.
Troubleshooting and FAQs
Q: The text size did not change after adding the CSS.
A: Clear your site cache, browser cache, and any CDN cache, then refresh the page.
Q: Can I use different sizes for other menu items?
A: Yes. Use the specific menu item’s CSS selector to target them individually.
Q: Will this affect mobile views?
A: The snippet will affect all screen sizes. You can use media queries for different sizes on mobile.
Q: What should I do if the code is not working as expected?
A: If the code is not working, please submit a ticket to the support team for assistance.