Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6604
    Mickesan
    Member

    2 more questions, thanks for last fast reply!
    Is there any custom CSS to change meny font´s and also change the colour background when hovering over meny words?
    It´s white now and it looks wierd on the dark/grey background.Using Dark theme!
    Sorry for asking much, but i dont know how to use CSS codes 🙁
    Thankful for any help.
    -Mikael

    #6650
    Sakin
    Keymaster

    @Mickesan: You can just add the following CSS in “Custom CSS” box in Theme Options panel to change the menu hover background color. Change the color code as per you need.
    #branding ul.menu li:hover > a, #branding ul.menu a:focus { background: #e5e5e5; }

    You can change the menu font to web safe fonts by adding in the following CSS
    #branding ul.menu { font-family: Arial, Helvetica, sans-serif; }

    See this for Web Safe Fonts http://www.w3schools.com/cssref/css_websafe_fonts.asp

    #6674
    Mickesan
    Member

    @Sakin:   Thanks again!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change meny font?’ is closed to new replies.