Upgraded to 1.4.9 - Eyeball theme Gallery Title does not show in heading format Upgraded to 1.4.9 - Eyeball theme Gallery Title does not show in heading format
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Upgraded to 1.4.9 - Eyeball theme Gallery Title does not show in heading format

Started by csondagar, October 27, 2006, 05:34:35 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

csondagar

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?

Joachim Müller

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.