Hi eccoqueuria
1 - You can go to backend settings of module ID:98 in 'section-1' position and remove the mask text
2 - Try this custom CSS:
@media (max-width: 767.98px){
.acm-slideshow .background {
background-size: contain !important;
background-repeat: no-repeat;
}
.acm-slideshow .item {
height: 200px;
}
}
3 - You can use this custom CSS to change the color:
.contact .page-header h2 {
color: #fff; /*change to your desired color*/
}
You can put the custom css into the file: /templates/ja_resort/css/custom.css (Create this file if it doesn't exist now)
Regards