Hi!
I can’t find the “entry” section for the contact form and projects. I can’t modify the default text (projects: You’ll love our work! check it out / contact form: And we will get in touch as soon as possible.)
I tried, as you suggested in a previous post, to add the text widget but it’s not working
Hi @unarc,
For contact form go in Dashboard> Contacts>Contact forms.
Do you have jetpack plugin installed?
Thanks,
Cristian
I’m sorry but the way you’re suggesting doesn’t modify the theme default entry, just the contact form default messages. I don’t use the form, I just want to delete the text under ‘Contact us’ from my website (as you can see in the picture).
And yes I have jetpack installed, what should I do to modify also the project description?
thanks!!
Hi @unarc,
If you want to get rid of and we will get in touch as soon as possible, you could use this css code:
#contact-us .section-header h3, #contact-us .section-header p {
color: #fff;
display: none;
}
Thanks,
Cristian