1 (edited by jipehel 2020-07-14 07:45:47)

Topic: Font size for gallery title [SOLVED]

Hello,
In Juicebox-pro, I'm looking for a solution to increase the size of the galleryTitle gallery title. I have found a topic that deals with the subject :

https://juicebox.net/forum/viewtopic.php?id=1054

But in theme.css, I can only change the size of .jb-caption and not .jb-caption-title Anyone have a solution?

Thanks for your help !

sorry for my English

Re: Font size for gallery title [SOLVED]

Here's a better post which describes how to change font sizes (including that of the Gallery Title).

To change the font size of the Gallery Title, just add something like the following to the foot of your gallery's 'theme.css' file (changing the values as you like):

/* GALLERY TITLE - LARGE SCREEN MODE */
.jb-area-large-mode-title {
    font-size: 48px !important;
}

/* GALLERY TITLE - SMALL SCREEN MODE */
.jb-idx-ssm-title-wrapper {
    font-size: 48px !important;
}

Re: Font size for gallery title [SOLVED]

thank you very much Steven for the solution, I have been looking for a long time.

Re: Font size for gallery title [SOLVED]

You're welcome! I'm glad that you've been able to change the font size of your Gallery Title.
Thank you for letting me know.