• Hi!, how to add a logo before fill a form? like login style wordpress. I dont want to override the plugin. Please and Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xootix

    (@xootix)

    Hello,

    Add this code to your functions.php & make the changes as per your requirement

    add_action( 'xoo_el_before_header', function(){
     	?>
     	<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Instagram_logo_2016.svg/768px-Instagram_logo_2016.svg.png" style="max-width: 150px; height: auto; display: table; margin-bottom: 10px">
     	<?php
    } );
    Thread Starter aerobagja

    (@aerobagja)

    Thanks brother. Its worked properly❤️

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘add logo before filling form’ is closed to new replies.