OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
How to change Background Color? (0 viewing) 

Joomla Gallery Support

Go to bottom Favoured: 0

How to change Background Color?

trompwillem (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
How to change Background Color? 1 Year, 6 Months ago
Karma: 0  
Hi,

How can I change the background color by displaying my images. In Fancybox I have only three options: "Gray", "White" and "Transparent".
I want to make my background darker or black. And perheaps add an opacity to it !?

Can I change my CSS elsewhere?

Kind regards, T.W. van Urk
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8367
graph
User Offline Click here to see the profile of this user
Re:How to change Background Color? 1 Year, 6 Months ago
Karma: 102  
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
Logged Logged
The administrator has disabled public write access.
trompwillem (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Re:How to change Background Color? 1 Year, 6 Months ago
Karma: 0  
Thanks, I'll try it out!!
Logged Logged
The administrator has disabled public write access.
Go to top
»