- This topic has 4 replies, 2 voices, and was last updated 11 years, 7 months ago by Sakin.
-
AuthorPosts
-
April 23, 2013 at 9:34 am #7598AnonymousInactive
I cannot tell you how happy I am with the theme, the support, the forums, etc. I never imagined I could buy a theme and have such a great support network, so thank you. I will recommend you guys to everyone I know… I can’t believe you respond so much to people that haven’t even bought the PRO version!!!! I didn’t necessarily need the PRO version, but I thought buying it was the right thing to do.
So, I’m wondering if you could give me some custom CSS code to change the menu font. Also, could I change the height of the menu slightly, to make it just a few pixels thinner?
April 23, 2013 at 11:02 am #7606AnonymousInactivepassword for site is: ff
April 23, 2013 at 9:16 pm #7652SakinKeymaster@alisonmckellar: Can you tell me to which font you want to change to. The code will be as following which you can add in “Appearance => Theme Options => Custom CSS”
`#header-menu ul.menu a { font-family: “dancing script”, sans-serif; }`For menu height you can increase the line height of menu font by adding the following css in “Appearance => Theme Options => Custom CSS” box. Change the value of line height as per your need.
`#header-menu ul.menu a { line-height: 50px; }`April 24, 2013 at 10:09 am #7710AnonymousInactiveThank you so much. Worked perfectly. Any way to get rid of the CAPS LOCK?
April 24, 2013 at 11:31 am #7713SakinKeymaster@alisonmckellar: you can just add the following css in “Appearance => Theme Options => Custom CSS” box.
`#header-menu ul.menu a { text-transform: none; }` -
AuthorPosts
- The topic ‘menu height and font’ is closed to new replies.