Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #7598
    Anonymous
    Inactive

    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?

    http://fluoridefreemaine.com

     

    #7606
    Anonymous
    Inactive

    password for site is: ff

    #7652
    Sakin
    Keymaster

    @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; }`

    #7710
    Anonymous
    Inactive

    Thank you so much. Worked perfectly. Any way to get rid of the CAPS LOCK?

    #7713
    Sakin
    Keymaster

    @alisonmckellar: you can just add the following css in “Appearance => Theme Options => Custom CSS” box.
    `#header-menu ul.menu a { text-transform: none; }`

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘menu height and font’ is closed to new replies.