May 14, 2015 at 4:12 am
#24883
Theme Horse Support Team
Keymaster
Hi fabianogomes82,
You are using this below css which will not display the service title.
.service-title {
display: none;
}
To display title then remove the above css from custom css. Then your title will be displayed.
Thank you!