Hello
In ordasoft
joomla gallery we select for Image fancybox thumbnail - most interesting colors
But you may self set this with help add CSS to yours template style.css file
some like below
Code: |
.os_fancybox-bg {
background-color: rgb(58 38 171 / 75%) !important;
}
|
WHERE
- 58 38 171 - rgb color mask
- 75 - transparent
Regards
OrdaSoft team