Change navigation bar text

  • Unknown's avatar

    Hi, I just got the puzzle theme, the navi bar text is box like, i want sometjing elegant, please how do I change it? Thanks.

    The blog I need help with is: (visible only to logged in users)

  • Give a try to the following code and see what you think:

    .menu {
    	font-family: Arial;
    	text-transform: none !important;
    }
    • You can replace Arial with a font of your choice.
    • text-transform: none will remove the capitalization of all letters. Remove this line of you want all letters to be capitalized.
  • The topic ‘Change navigation bar text’ is closed to new replies.