• Hi,

    The theme doesn′t have any option to remove admin login.

    Do you know how can i remove the login/register text?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello htouzon,

    We are unable to see login/register text in header. for better understanding please refer the screenshot-

    OnPaste.20180805-154134

    Kind regards,

    Manoj

    Thread Starter htouzon

    (@htouzon)

    Hi,

    I was able to remove the account login by adding this code to functions.php.

    add_action( ‘neville__header_default_middle’, function() {
    remove_action( ‘neville__header_default_rbtns’, ‘neville__header_default_btn_myac’, 10 );
    }, 30 );

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing Admin (Login/Register) from Header’ is closed to new replies.