Hello- I need to add some code to my functions.php file however on past themes there was a dedicated section to add custom functions, however on yours there is not a dedicated area-
so what part do I add it to?
(I have bought a flyout plugin similar to your off canvas content- because forms don’t work in your off canvas content which is I would say the primary use of the off canvas content) in anycase I do not know which line to add it to
here is the code
add_action( 'bne_flyout_content_after', function() {
?>
<div class="custom-close-btn flyout-close">Close Flyout</div>
<?php
});