Contact Form
How can I add the reCaptcha V3 to the theme contact form?
Accordion Margin
There’s top and bottom margins on the accordions but there’s no margins on your demo.
Whats the correct way to tighten this up?
Should I edit the CSS to this?
#top .main_color p {
margin: 0;
}
Social Icons
I updated your function-set-avia-frontend.php and it fixed the share icons on the posts
But the Directions icon I had, in the footer (column 1), is missing, and the social icons too. The social icons are in a Custom HTML widget below the Business Hours (column 2).
Hey jknetdesign,
https://share.getcloudapp.com/OAuLnbYr The margins are coming from this code.
Yes, you should add the css removing margins for the p in the toggler.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .main_color p.toggler {
margin: 0;
}
Here are the docs for you:
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
Add this to quick css:
#top .avia_ajax_form .av-recaptcha-error{
display:block!important;
}
Best regards,
Jordan Shannon
Hi,
Use just target=”_blank”
Best regards,
Jordan Shannon