Change font size on top menu Change font size on top menu
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Change font size on top menu

Started by jfattizzi, November 27, 2005, 04:29:01 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jfattizzi

I am creating a subsilver profile and need to change the top menu font size without changing the rest of the font sizes.  The menu I am talking about is the one that is at the top of the page.  It contains things like "My Gallery, Last Uploads, Register....etc"

THanks.

P.S.  I knmow you have to edit certain .php files, but I think I have to add code...that is the part I dont know.

Joachim Müller

edit themes/yourtheme/style.css, find.topmenuand edit the font-size definition for this class. No PHP stuff at all, just plain CSS.