Adding a utility or announcement bar above the Avada theme header. I shall display this bar on entire site pages except sales page. So I added following PHP snippet in the functions.php file of Avada child theme. <?php //* Do not add this line add_action( ‘avada_before_body_content’, ‘cp_utility_bar’ ); function cp_utility_bar() { if( is_page( 123 )… Continue Reading