Topic: JuiceboxBuilder Pro requests for next build

Hi,

I have some JuiceboxBuilder Pro requests for the next build:

Position of Backgrond image (left, right, centralize, padding)
Text color of Title independent from Text color of picture description

kind regards

Hans

Re: JuiceboxBuilder Pro requests for next build

Thank you for the suggestions.

Please post feature requests in the Feature Requests forum thread. It keeps them all together and ensures that they are not overlooked.

You can choose the color for the different texts in a gallery by using CSS as follows:

Gallery Title:

.jb-flag-large-screen-mode .jb-area-large-mode-title {
    color: #ff0000;
}

Image Title:

.jb-caption .jb-caption-title {
    color: #00ff00;
}

Image Caption:

.jb-cap-frame .jb-caption {
    color: #0000ff;
}

For configuration beyond that which is capable using the available configuration options, please see the Theming Guide.