Member
Member
baluo   17-11-2012, 12:29
#1

Hi,

As a newbie to Zenphoto I wanted to introduce myself briefly, and then ask a first question.

Living in Adelaide, South Australia, I have been a freelance web developer since the late 1990s, but currently work as researcher with an Aboriginal language program here in Adelaide.

Thanks to all of you who developed Zenphoto - I have been looking for such a program for quite some time.

My first question is probably rather simple, but I can't find a solution:

I am trying to adapt some of the css features of the zpskeleton theme but can not find where to change the settings -- to a smaller font for the album description (http://grweb.org/photogallery/201210-kangaroo-island-south-australia/cape-jervis-to-kangaroo-island/?locale=en_US).

Thanks for your advise.
Gerhard

Administrator
Administrator
fretzl   17-11-2012, 15:02
#2

It's indeed a bit difficult because of all the [i]!important[/i] statements in [i]style.css[/i]

This should work:
In album.php change line 11 from

to
``
(the tag is already generated by the printAlbumDesc(true) function)

Then in [i]css/style.css[/i] add this line:
div.yourclassname p{font-size: 14px !important;}

Fill in your own classname and font size.

I'm sure it can be done in a more proper manner but I'll leave that to you ;-)

Member
Member
baluo   18-11-2012, 06:08
#3

Thanks for the quick response, I'll give it a try!

Administrator
Administrator
acrylian   18-11-2012, 19:38
#4

The theme (3rd party btw) uses the skeleton framework and as as such it consists of three css files. The "!important" is indeed needed for most things as you otherwise cannot overwrite the defaults of the framework.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.