badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Removing the title at home in the part of Services

#24849
fabianogomes82
Participant

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.