Hi,
how can i change the hover/active color of the text-logo?
how can i change the (black) background color of the lightbox
Thx for a hint!
A.
X3 Photo Gallery Support Forums
Are you using the 3D effect? If so, this is a bonus effect that has no settings for hover, because it needs to be programmed and cannot accept CSS styles. If you are NOT using the 3D effect, the logo will inherit the PRIMARY color you selected with your skin. If you want to customize it further, you will need to add some custom CSS, for example:alderim wrote:how can i change the hover/active color of the text-logo?
.logo {
color: tomato;
}You can select black or white from panel Settings > Popup > Background.alderim wrote:how can i change the (black) background color of the lightbox