• Resolved SFrueh

    (@sfrueh)


    Hello there,

    how can I enlarge the gallery title on the preview picture?
    In the album options I found the gallery title option with sitzes from H2 to H6, but that only effects the displayed gallery title of an > opened < gallery.

    But what about the text on the preview picture?
    If someone browses through an album the text on the gallery folders is extremely small and thin.

    Is there maybe an option to display the gallery name beneath a gallery folder instead on it? So there would be more space for a name in a readably size.

    Greetings,

    SFrueh

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support elviiso

    (@elviiso)

    Hi @sfrueh

    Regarding the gallery title you’re referring to that’s displayed when viewing the galleries in an album, it is possible to modify the text size and text font using CSS.

    If you need assistance with this, please share a link to a page containing an album so that I can come up with the CSS needed specifically for the albums on your site. Thanks

    Kind regards,
    Elvis

    Thread Starter SFrueh

    (@sfrueh)

    Hello @elviiso ,

    here is my test album with Foogallery:
    https://dark-festivals.de/2017/12/31/testgalerie-2017/
    If I could enlarge the names on the three folders with some custom CSS it would be great.
    The other galleries on my website are not relevant here, they run still on another plugin.

    Greetings,

    SFrueh

    Plugin Support elviiso

    (@elviiso)

    Hi @sfrueh

    You should be able to modify the size of the gallery names displayed on the galleries displayed by the albums using the following CSS:

    .foogallery-album-gallery-list .foogallery-pile h3 {
    font-size: 15px !important;
    }

    Thanks.

    Thread Starter SFrueh

    (@sfrueh)

    Hi @elviiso ,
    thank you, it worked! Problem solved, thread can be closed.
    Greetings,
    SFrueh

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.