Dear tommy roussos,
Please go to your_site\templates\sj_company\css\template-green.css and find:
#myCarousel .carousel-caption > h4 {
background-color: rgba(255,255,255,0.4);
padding: 5px;
line-height: 30px;
margin: 0 20% 5px;
display: inline-block;
font-size: 166.7%;
font-weight: normal;
}
#myCarousel .carousel-caption > h4 a {
color: #002B66;
}
=>
#myCarousel .carousel-caption > h4 {
font-size: 166.7%;
margin:0px;
font-weight: normal;
}
#myCarousel .carousel-caption > h4 a {
color: #002B66;
display:inline-block;
background-color: rgba(255,255,255,0.4);
padding: 5px;
line-height: 30px;
margin: 0 20% 5px;
}
Thanks!