Hi, How can I increase the menu font size. Thanks ----------------------------------------------------- Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu .ddsmoothmenu li a { font-size: 15px; } You can change the value of "font-size" as per your requirement. This will solve your issue.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu .ddsmoothmenu li a { font-size: 15px; } You can change the value of "font-size" as per your requirement. This will solve your issue.