How can I add a CSS code for the font of a sub menu item. which code I need.
Hi Aparicio,
Could you make it more clear? And also please send your site url too so that it will be more easy to fix the problem.
Thank you!
sorry. http://www.compreloadpr.com
in the menu subitem said that the can make a custom css class in this submenu item.
In summary, I want to make the subitem text more big than the default
Thanks.
To change the font size of the dropdown menu Go to Appearance -> Theme Options -> Design Options Tab -> Typography Options -> Font Size -> Navigation Child there you can set the size of font.
thanks. the biggest child font option is 19.
I cant make it mora bigger.
This is the bigger?
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#access ul li ul li a { font-size: 19px; }
Please increase above digit value to have the bigger font size in navigation child.