Page 1 of 1

Text Logo hover color & Lightbox background color

Posted: 21 Oct 2017, 05:13
by alderim
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.

Re: Text Logo hover color & Lightbox background color

Posted: 21 Oct 2017, 06:34
by mjau-mjau
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.

Re: Text Logo hover color & Lightbox background color

Posted: 25 Oct 2017, 07:53
by alderim
Ok, Thank You!