Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Upgraded to 1.4.9 - Eyeball theme Gallery Title does not show in heading format  (Read 3016 times)

0 Members and 1 Guest are viewing this topic.

csondagar

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 30

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?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de

edit themes/eyeball/style.css and edit
Code: [Select]
h3 {
        font-weight: normal;
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size: 14px;
        color: #999999;
        margin: 0px;
}
as you see fit.
Logged
Pages: [1]   Go Up
 

Page created in 0.013 seconds with 19 queries.