Hello,
On the top of the Enfold theme where it has the page titles (Home, Portfolio, Blog, etc), how can I remove them? Basically I just want one page which is my portfolio so I don’t want any titles on the top – that includes ‘HOME’, I don’t want that there either.
Also, is there a way for me to get the contact form in the sidebar?
Any help would really be appreciated. Thanks!
Hi ijcreative!
Edit the page then look for Layout > Header Settings > select “Don’t display header”. This will remove the title container.
You can use the shortcode wand on the post or page editor to produce the Contact Form shortcode then go to Appearance > Widgets panel. Add a Text widget then insert the Contact Form shortcode. It looks something like this:
[av_contact email='email here' button='Submit' title='Send us mail' sent='Your message has been sent!' subject='' autorespond='' captcha='']
[av_contact_field label='Name' type='text' options='' check='is_empty' width='']
[av_contact_field label='E-Mail' type='text' options='' check='is_email' width='']
[av_contact_field label='Subject' type='text' options='' check='is_empty' width='']
[av_contact_field label='Message' type='textarea' options='' check='is_empty' width='']
[/av_contact]
Best regards,
Ismael