(Curve) Increase Menu Text Size? (Curve) Increase Menu Text Size?
 

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

(Curve) Increase Menu Text Size?

Started by Parlock, November 09, 2012, 02:27:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Parlock

Hey there,
In the default Coppermine theme (Curve), how do I increase the size of the text in the main menu (where Home, My Gallery, Upload File etc. is)?
Thanks for any help!

phill104

Look at your /themes/curve/style.css file at line 18 for the following code

body {
    color: Black;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}


and edit the 12px as required. Hopefully you will not need to go above 22px as then the characters will break out from the background image for the buttons.
It is a mistake to think you can solve any major problems just with potatoes.