NiceThemesChange fontstyle on menybar. – NiceThemes http://nicethemeswp.com/forums/topic/change-fontstyle-on-menybar/feed/ Wed, 23 Apr 2025 13:21:30 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/change-fontstyle-on-menybar/#post-483 <![CDATA[Change fontstyle on menybar.]]> http://nicethemeswp.com/forums/topic/change-fontstyle-on-menybar/#post-483 Wed, 30 Jan 2013 17:09:56 +0000 osundhordvik Is it posible to change fontstyle on my menubars?

]]>
http://nicethemeswp.com/forums/topic/change-fontstyle-on-menybar/#post-484 <![CDATA[Reply To: Change fontstyle on menybar.]]> http://nicethemeswp.com/forums/topic/change-fontstyle-on-menybar/#post-484 Wed, 30 Jan 2013 17:11:40 +0000 Juanfra Aldasoro Hello,

Thanks for writing! Yes, it’s possible.

What font would you like to use?

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/change-fontstyle-on-menybar/#post-500 <![CDATA[Reply To: Change fontstyle on menybar.]]> http://nicethemeswp.com/forums/topic/change-fontstyle-on-menybar/#post-500 Thu, 31 Jan 2013 19:59:08 +0000 osundhordvik I would like to use the Verdana font on all of my menus, also on the “pulldown”.
From where can I remove the “comments are closed”?

Thanks,

Ø

]]>
http://nicethemeswp.com/forums/topic/change-fontstyle-on-menybar/#post-501 <![CDATA[Reply To: Change fontstyle on menybar.]]> http://nicethemeswp.com/forums/topic/change-fontstyle-on-menybar/#post-501 Thu, 31 Jan 2013 20:04:58 +0000 Juanfra Aldasoro To use verdana you should include this code on your custom.css file:

#navigation .nav li a,
#navigation .nav li ul li a { font-family: Verdana, sans-serif; }

To remove comments from your pages you can edit your theme file page.php, look for this line

< ?php comments_template( '', true ); ?>

and remove it.

Best,
Juan.

]]>