coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: Parlock on November 09, 2012, 02:27:10 PM

Title: (Curve) Increase Menu Text Size?
Post by: Parlock on November 09, 2012, 02:27:10 PM
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!
Title: Re: (Curve) Increase Menu Text Size?
Post by: phill104 on November 09, 2012, 04:49:22 PM
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.