Hi, I want to add a resources tab to the menu on the blog page:
Upon clicking I want it to show options for 3 different pages.
How can I do this in X?
Hi, I want to add a resources tab to the menu on the blog page:
Upon clicking I want it to show options for 3 different pages.
How can I do this in X?
Hi,
You mean add a menu with sub menus?
You can add it under Appearance > Menus
Thanks
Perfect. Thanks. The sub menu text is very small. How can I increase the font size?
Hi again,
To increase the font size of your sub menu, try adding the following code in your child theme’s style.css file:
.desktop .sub-menu li>a {
font-size: 18px;
}
Feel free to adjust the font size as per your need.
Hope this helps!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.