Search…

X3 Photo Gallery Support Forums

Search…
 
alderim
Experienced
Topic Author
Posts: 75
Joined: 27 Jun 2007, 05:49

Text Logo hover color & Lightbox background color

21 Oct 2017, 05:13

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.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Text Logo hover color & Lightbox background color

21 Oct 2017, 06:34

alderim wrote:how can i change the hover/active color of the text-logo?
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:
Code
.logo {
  color: tomato;
}
alderim wrote:how can i change the (black) background color of the lightbox
You can select black or white from panel Settings > Popup > Background.
 
alderim
Experienced
Topic Author
Posts: 75
Joined: 27 Jun 2007, 05:49

Re: Text Logo hover color & Lightbox background color

25 Oct 2017, 07:53

Ok, Thank You!