Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1169187

    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).

    #1170048

    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

    #1170190
    This reply has been marked as private.
    #1170195
    This reply has been marked as private.
    #1170399

    Hi,

    Add this to quick css:

    #top .avia_ajax_form .av-recaptcha-error{
    display:block!important;
    }

    Best regards,
    Jordan Shannon

    #1170594
    This reply has been marked as private.
    #1170932

    Hi,

    Use just target=”_blank”

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.