axelm
Posts: 2
Joined: Mon Feb 24, 2014 8:02 am

control and caption backgrund color of a gallery

Hi,

I'm new to highslide but so far I've managed to fit it quite well to my ideas.

The only problem I have is that there is a white background a the control and caption area that lies in front of the border of the whole gallery area.

I've tried IE 10.0.9200.16660 and Firefox 27.0.1 with the same result.

You can see it in this example:

http://www.bph.ruhr-uni-bochum.de/~axel ... amibia.htm

Is there a possibility to set the backgroundcolor of the control and caption area to transparant? I'm not so familiar with css, so over the last days I've tried using try and error to find the right line - but no success yet...

Thank you in advance.
Regards,
Axel
seba
Posts: 4415
Joined: Tue Jul 31, 2012 2:26 pm

Re: control and caption backgrund color of a gallery

In the CSS styles (highslide.css) you have something like this:

Code: Select all

.highslide-caption {

}
In this place, you can remove the line backgorund-color or set

Code: Select all

background: none;
Sebastian Bochan
Highcharts Developer
axelm
Posts: 2
Joined: Mon Feb 24, 2014 8:02 am

Re: control and caption backgrund color of a gallery

Thank-you very much. That fixed my Problem.

I must have been blind, that I didn't find this by myself...

Axel
seba
Posts: 4415
Joined: Tue Jul 31, 2012 2:26 pm

Re: control and caption backgrund color of a gallery

No worries ;)
Sebastian Bochan
Highcharts Developer

Return to “Highslide JS Usage”