• Resolved myhero

    (@myhero)


    Hi there,
    I’d like to hide this using CSS, please could you just point me in the right direction – I know if is also a premium feature but you really need to consider making this a free feature too.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter myhero

    (@myhero)

    removed the code below from custom.php

        if ( empty( $this->loginpress_key ) || ( isset( $this->loginpress_key['loginpress_show_love'] ) &&  $this->loginpress_key['loginpress_show_love'] != '' ) ) {
          echo '<div class="loginpress-show-love' . $position . '">' . __( 'XXXXX:', 'loginpress' ) . ' <a href="https://XXXXXXX" target="_blank">LoginPress</a></div>';
        } elseif ( empty( $this->loginpress_key ) || ( ! isset( $this->loginpress_key['loginpress_show_love'] ) ) ) {
          echo '<div class="loginpress-show-love' . $position . '">' . __( 'XXXXX:', 'loginpress' ) . ' <a href="https://XXXXXX" target="_blank">LoginPress</a></div>';
        }
    Plugin Contributor Abdul Wahab

    (@abdulwahab610)

    Hi, @myhero

    Thank you for using LoginPress. You can remove “Powered by: LoginPress” from customizer in the free version. You didn’t need any custom CSS. Please check the documentation How to disable it.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide “Powered by: LoginPress”’ is closed to new replies.