Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthoralfonce
    • CommentTimeFeb 15th 2006
     
    Hi again,

    I cant see anywhere in css that alters the gallery name text size as its huge.
    I want to set it to 14px or somtehing.

    Also, I want to decorate b both the jump box and the your comment form field on the big image page - I have tried tweaking css but nothing changes.

    Any ideas?

    This is an amazing product - I tried about 10 others before I came to this. Brilliant.!!!!!!!
    •  
      CommentAuthormike
    • CommentTimeFeb 15th 2006 edited
     
    The gallery name is simply an H1, try something like (in gallery.css):


    H1 {
    font-size: 80%;
    }


    As for the jump box, it doesn't have a style hook on it, but you can add one in the generate_jump_menu() function within gallery.php. Also, you can just apply generic styles to the SELECT tag to style all of your drop downs consistently.
    • CommentAuthoralfonce
    • CommentTimeFeb 16th 2006
     
    Thanks Mike,

    Ill bash a give it