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
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.