Hello,
It did not work, the title did not come out of the page, I do not know why. Vej the Custom CSS content:
.service-item .service-icon,
.service-item .service-icon img {
width: 130px;
height: 130px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.service-item .service-icon {
display: block;
margin: 0 auto;
border: 0px solid #63c6ae;
}
.service-title {
display: none;
}
Why is what should have happened, that title did not come out?
Grateful if you can help.