This question is answered.


Permlink Replies: 2 - Pages: 1 - Last Post: 18 Mar 23, 00:09 Last Post By: JoeSchmoe5543 Threads: [ Previous | Next ]
JoeSchmoe5543

Posts: 48
Registered: 22-Aug-2022
Is there a way to specify background/text colors for Lightbox Control ...
Posted: 17 Mar 23, 00:36
 
  Click to reply to this thread Reply
Is there a way to specify background/text colors for Lightbox Control bar and Caption areas?

If there is a way - I don't see it.
Laza

Posts: 1,591
Registered: 6-Sep-2005
Re: Is there a way to specify background/text colors for Lightbox Control ...
Posted: 17 Mar 23, 09:02   in response to: JoeSchmoe5543 in response to: JoeSchmoe5543
Correct
  Click to reply to this thread Reply
Only through custom CSS code (Settings / Tiger / Advanced / Custom code / CSS):
.lightbox .lightbox-caption {
	background-color: pink;
}
 
.lightbox .lightbox-caption:hover {
	background-color: red;
}
 
.lightbox .controls {
	background-color: pink;
}
 
.lightbox .controls:hover {
	background-color: red;
}

(Replace the colors with your own colors.)
JoeSchmoe5543

Posts: 48
Registered: 22-Aug-2022
Re: Is there a way to specify background/text colors for Lightbox Control ...
Posted: 18 Mar 23, 00:09   in response to: Laza in response to: Laza
 
  Click to reply to this thread Reply
Thanks!
Legend
Forum admins
Helpful Answer
Correct Answer

Point your RSS reader here for a feed of the latest messages in all forums