coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: csondagar on October 27, 2006, 05:34:35 AM

Title: Upgraded to 1.4.9 - Eyeball theme Gallery Title does not show in heading format
Post by: csondagar on October 27, 2006, 05:34:35 AM
I just upgraded from 1.3.3 to 1.4.9 using all themes from 1.4.9.  The theme I am using is Eyeball.  The Gallery Title shows in notmal format (arial 12 points) instead of say in a bold bigger font.  How do I change this?
Title: Re: Upgraded to 1.4.9 - Eyeball theme Gallery Title does not show in heading for
Post by: Joachim Müller on October 27, 2006, 06:18:12 AM
edit themes/eyeball/style.css and edit h3 {
        font-weight: normal;
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size: 14px;
        color: #999999;
        margin: 0px;
}
as you see fit.