How would i change the menu font type? Hello, Put the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: #menu li.current-menu-item a { font-family:symbol; } #menu .ddsmoothmenu li a { font-family:symbol; } #menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a { font-family:symbol; } Change the font family according to your requirement. This will solve your problem. Thanks.
Hello, Put the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: #menu li.current-menu-item a { font-family:symbol; } #menu .ddsmoothmenu li a { font-family:symbol; } #menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a { font-family:symbol; } Change the font family according to your requirement. This will solve your problem. Thanks.
For this issue follow the steps given below. 1. Go to the link http://www.google.com/fonts/ and search your font. 2. Click on the Quick use button. 3. After click, Scroll down the page and copy the font link from the 3rd point of that page as shown in the image given below. and paste it with the import code in the style.css file (Theme directory ->style.css ) as shown in the image given below. and use this font in the css code. This will solve your issue.