Hi,
That normal. See here:
demo.hikashop.com/index.php?option=com_c...5&Itemid=103&lang=en
In the first slider, there is a pane layout used. You images are really small so it doesn't look good.
You can change the color of the black backgroun by changing the CSS:
.hikashop_img_pane_panel {
position: absolute;
bottom: 0px;
background: rgba(0, 0, 0, 0.;
background-color: black 9;
filter: alpha(opacity=80) 9;
text-align: center !important;
}
in the front end CSS file of HikaShop via the Display tab of the configuration.