• Resolved adam73

    (@adam73)


    hello
    is it possible to change the appearance of the albums (remove the stacking of images) and have a masonery mode ?
    thank

    • This topic was modified 3 years, 8 months ago by adam73.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support elviiso

    (@elviiso)

    Hi @adam73

    It is possible and easy to change the appearance of the albums using custom CSS. For example, to remove the stacking in the all-in-one stack album, you can add the following CSS to the “Custom CSS” section of that album.

    .foogallery-stack-album .fg-pile-item {
        border: none;
        box-shadow: none;
        background-color: transparent;
        
    }

    You can do the same for the rest of the album and make it match the appearance you prefer.

    Kind regards,
    Elvis.

    Thread Starter adam73

    (@adam73)

    thank you for your return but where is “custom css” for foogalfery in worpress ?
    thank

    Plugin Support elviiso

    (@elviiso)

    Hi @adam73

    Go to FooGallery -> Albums, and on the album you want the effect to be applied to, click on it and once loaded, scroll down to the last sections of the page. You’ll see a “Custom CSS” section.

    Kind regards,
    Elvis.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘album appearence’ is closed to new replies.