Plugin Support
Gabor
(@nextendweb_gabor)
Hi @gudrunpetz!
You can position and hide those texts by using the following CSS codes:
.n2-ss-slider .isc-source-text{
top:20px!important;
left:20px!important;
}
.nextend-thumbnail .isc-source-text{
display:none;
}
You could go to the slider’s settings -> Developer tab and insert the code into the CSS field.
But please note two things about this:
- We don’t support custom coding, so any other CSS modification will have to be done by you.
- Our code doesn’t really have any connection to what happens on your page, besides just displaying images. So this entire text displayment is only being done by the Image Source Control plugin, and if you will have any further questions about it, I suggest getting in touch with its developers instead, as their code should be supported by them.
Thread Starter
gudrun
(@gudrunpetz)
Hello, thank you very much for the very quick answer.
The spacing worked. Now I still have a slight black background for the sources.
How can I make a background just for the source and remove the large black background?
Plugin Support
Gabor
(@nextendweb_gabor)
That background color and its sizing comes from the codes of the Image Source Control plugin. So you should check the settings they offer about this matter, or get in touch with its developers, if you cannot find a solution.
Thread Starter
gudrun
(@gudrunpetz)
Thank you very much for your quick help.