1. Where do you add your own Page Heading image? And is it possible to have a separate images for each page heading? (besides woocommerce pages there are 7 pages to our website and we would like a different image for each i.e. Contact has image01, About Us has image02)
2. How can I have a separate color for page heading title and H1? In Theme Options I defined H1 as Green but I want the Page Heading – Title to be White (it is on top of an image). I have tried putting several rules in my child theme
.page-heading .title {
text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.6);
color:#FFF;
}
.page-heading h1 {
text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.6);
color:#FFF;
}
but it just stays green
3. How do I edit the Contact Form? you sent me the XML Contact Page but I want to edit the field titles (like Surname) and add/delete some fields, but there is just a short code that says [contact_form]