Hello !
The footer can be changed or edited by going to Theme panel – Footer. Find out more about it here: https://forum.tagdiv.com/footer-templates/
Thank you !
Got it. Another question… With the spa theme, how do I change the border color of the contact form (WP Form) in the footer?
Hello !
You can try this css code: div.wpforms-container .wpforms-form div.wpforms-field-container .wpforms-field input, div.wpforms-container .wpforms-form div.wpforms-field-container .wpforms-field textarea {
border-color: black!important;
}
The code must be pasted here: https://www.screencast.com/t/J1Nxw5s5
Thank you !
Thank you! Easy to delete an element, but how do you delete a row? I could not find the delete icon.
Hello!
The Empty Column is a part of row, so in order to delete it you’ll need to delete the row, for this you can right click on the row and click on delete, or drag the row in the delete box.
-> http://prntscr.com/olc4t0
-> https://www.screencast.com/t/H1rPotrjOy0
Thank you!