Page 1 of 1

I cannot read the headline

Posted: 23 Jul 2009, 22:05
by picture47
I have successfully installed the Phoca gallery and everything works fine except of one Detail:

I use "Highslide JS (nur für Bilder)" to see the large pictures instead of the thumbnail. Again fine: I have the big picture, I have the text below the picture in white letters on dark background but I cannot read the title above the picture. It is in black letters son a nearly blcak background.

How can I change the color of the letters to white?

I tried all possibilities I could fin in the configuration but nothing helped.

Do you have a good idea?

Re: I cannot read the headline

Posted: 23 Jul 2009, 22:08
by Jan
Hi, please let me know the site where this occurs, so I can see it.

Jan

Re: I cannot read the headline

Posted: 23 Jul 2009, 22:13
by picture47

Re: I cannot read the headline

Posted: 24 Jul 2009, 14:07
by Jan
Hi, you can select the white like here:

https://www.phoca.cz/demo/highslide-description

or you can change it in CSS

components/com_phocagallery/assets/js/highslide/highslide.css

add to this class
.highslide-heading {

color: white;
}

Jan

Re: I cannot read the headline

Posted: 24 Jul 2009, 15:00
by picture47
GREAT - it works!

Thanks a lot!

Juergen

Re: I cannot read the headline

Posted: 24 Jul 2009, 15:05
by Jan
Ok